mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
12 lines
1.2 KiB
Plaintext
12 lines
1.2 KiB
Plaintext
| test2.cpp:37:1:37:39 | // int myFunction() { return myValue; } | This comment appears to contain commented-out code |
|
|
| test2.cpp:39:1:39:45 | // int myFunction() const { return myValue; } | This comment appears to contain commented-out code |
|
|
| test2.cpp:41:1:41:54 | // int myFunction() const noexcept { return myValue; } | This comment appears to contain commented-out code |
|
|
| test2.cpp:43:1:43:18 | // #define MYMACRO | This comment appears to contain commented-out code |
|
|
| test2.cpp:45:1:45:23 | // #include "include.h" | This comment appears to contain commented-out code |
|
|
| test2.cpp:47:1:51:2 | /*\n#ifdef\nvoid myFunction();\n#endif\n*/ | This comment appears to contain commented-out code |
|
|
| test.c:2:1:2:22 | // commented out code; | This comment appears to contain commented-out code |
|
|
| test.c:4:1:7:8 | // some; | This comment appears to contain commented-out code |
|
|
| test.c:9:1:13:8 | // also; | This comment appears to contain commented-out code |
|
|
| test.c:21:1:26:2 | /*\n some;\n commented;\n out;\n code;\n*/ | This comment appears to contain commented-out code |
|
|
| test.c:28:1:34:2 | /*\n also;\n this\n is;\n commented-out\n code;\n*/ | This comment appears to contain commented-out code |
|