Skip to content

Commit 3769e24

Browse files
Merge branch 'develop' into c11-alignof
2 parents e779672 + 0ab51d7 commit 3769e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontc/clexer.mll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ let oct_escape = '\\' octdigit octdigit? octdigit?
439439

440440
(* Pragmas that are not parsed by CIL. We lex them as PRAGMA_LINE tokens *)
441441
let no_parse_pragma =
442-
"warning" | "GCC" | "STDC"
442+
"warning" | "GCC" | "STDC" | "clang"
443443
(* Solaris-style pragmas: *)
444444
| "ident" | "section" | "option" | "asm" | "use_section" | "weak"
445445
| "redefine_extname"

0 commit comments

Comments
 (0)