We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e779672 + 0ab51d7 commit 3769e24Copy full SHA for 3769e24
src/frontc/clexer.mll
@@ -439,7 +439,7 @@ let oct_escape = '\\' octdigit octdigit? octdigit?
439
440
(* Pragmas that are not parsed by CIL. We lex them as PRAGMA_LINE tokens *)
441
let no_parse_pragma =
442
- "warning" | "GCC" | "STDC"
+ "warning" | "GCC" | "STDC" | "clang"
443
(* Solaris-style pragmas: *)
444
| "ident" | "section" | "option" | "asm" | "use_section" | "weak"
445
| "redefine_extname"
0 commit comments