File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1111| test2.cpp:91:1:95:2 | /*\n#ifdef MYMACRO\n\t// ...\n#endif // #ifdef MYMACRO\n*/ | This comment appears to contain commented-out code |
1212| test2.cpp:107:21:107:43 | // #include "config2.h" | This comment appears to contain commented-out code |
1313| test2.cpp:115:16:115:35 | /* #ifdef MYMACRO */ | This comment appears to contain commented-out code |
14+ | test2.cpp:117:1:117:24 | // commented_out_code(); | This comment appears to contain commented-out code |
15+ | test2.cpp:120:2:120:25 | // commented_out_code(); | This comment appears to contain commented-out code |
1416| test.c:2:1:2:22 | // commented out code; | This comment appears to contain commented-out code |
1517| test.c:4:1:7:8 | // some; | This comment appears to contain commented-out code |
1618| test.c:9:1:13:8 | // also; | This comment appears to contain commented-out code |
Original file line number Diff line number Diff line change @@ -113,3 +113,9 @@ void myFunction();
113113#endif /* #ifdef MYMACRO */
114114
115115#error "error" /* #ifdef MYMACRO */
116+
117+ // commented_out_code();
118+
119+ #if 0
120+ // commented_out_code();
121+ #endif
You can’t perform that action at this time.
0 commit comments