mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
C++: Accept changes after C++ extractor preprocessor fix
This commit is contained in:
@@ -77,7 +77,7 @@ templateClassContext<int> tcci;
|
||||
#endif
|
||||
|
||||
#if defined MACROTHREE/**hello*/ && /*world*/\
|
||||
/*hw*/(defined(MACROONE)) /* macroone */
|
||||
/*hw*/ (defined(MACROONE)) /* macroone */
|
||||
#endif
|
||||
|
||||
#if defined SIMPLE_COMMENT //this comment \
|
||||
@@ -159,5 +159,5 @@ BAR
|
||||
|
||||
#warning foo \
|
||||
\
|
||||
/* comment */ \
|
||||
/* comment */ \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user