mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
14 lines
237 B
C++
14 lines
237 B
C++
// TODO: Thing 1.
|
|
/* TODO: Thing 2. */
|
|
/**
|
|
* TODO: Thing 3.
|
|
*/
|
|
// For more things, read the /usr/local/doc/TODO file.
|
|
|
|
// FIXME: Bug 1.
|
|
/* FIXME: Bug 2. */
|
|
/**
|
|
* FIXME: Bug 3.
|
|
*/
|
|
// For more bugs, read the /usr/local/doc/FIXME file.
|