Home | History | Annotate | Download | only in Lex

Lines Matching full:c99

1393   // Check C99 compatibility.
1567 // Outside C99, we accept hexadecimal floating point numbers as a
1571 if (!LangOpts.C99) {
2410 // C99 5.1.1.2p2: If the file is non-empty and didn't end in a newline, issue
2583 if (!LangOpts.CPlusPlus && !LangOpts.C99) {
2634 // C99 6.4.3p2: A universal character name shall not specify a character whose
2663 // C++03 allows UCNs representing surrogate characters. C99 and C++11 don't.
2865 // C99 6.4.4.1: Integer Constants.
2866 // C99 6.4.4.2: Floating Constants.
2995 // C99 6.4.2: Identifiers.
3021 // C99 6.4.4: Character Constants.
3027 // C99 6.4.5: String Literals.
3033 // C99 6.4.6: Punctuators.
3384 // UCNs (C99 6.4.3, C++11 [lex.charset]p2)