aboutsummaryrefslogtreecommitdiff
path: root/test/Lexer
AgeCommit message (Expand)Author
2016-10-06Update aosp/master Clang for rebase to r275480Pirama Arumuga Nainar
2016-03-17Update aosp/master clang for rebase to r256229Pirama Arumuga Nainar
2015-07-01Update aosp/master clang for rebase to r239765Pirama Arumuga Nainar
2015-05-06Update aosp/master clang for rebase to r235153Pirama Arumuga Nainar
2015-04-08Update aosp/master clang for rebase to r233350Pirama Arumuga Nainar
2015-03-31Update aosp/master clang for rebase to r230699.Stephen Hines
2014-12-01Update aosp/master Clang for rebase to r222490.Stephen Hines
2014-07-21Update Clang for rebase to r212749.Stephen Hines
2014-05-29Update Clang for 3.5 rebase (r209713).Stephen Hines
2014-04-23Updated to Clang 3.5a.Stephen Hines
2013-11-28Merging r195888:Bill Wendling
2013-10-12Relax header guard mismatch warning with edit distance heuristic.Ismail Pazarbasi
2013-09-28Mark lambda init-captures as complete.Richard Smith
2013-09-27Mark variable template implementation as complete. Nearly all of the creditRichard Smith
2013-09-26Add macro test from N3781.Richard Smith
2013-09-26Per updates to D3781, allow underscore under ' in a pp-number, and allow ' in...Richard Smith
2013-09-26Implement C++1y digit separator proposal (' as a digit separator). This is notRichard Smith
2013-09-13Lex and ignore Microsoft's #pragma warning(...)Reid Kleckner
2013-09-05Add specific warning flags for GNU ext in lexer.Eli Friedman
2013-08-23Revise -Wnewline-eof test per feedback from Dmitri.Jordan Rose
2013-08-23Respect -Wnewline-eof even in C++11 mode.Jordan Rose
2013-08-21Revert r188863 which could propose wrong fixits for multibyte character liter...Nick Lewycky
2013-08-21Issue fixits replacing invalid character literals with the equivalent \xNNNick Lewycky
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover
2013-07-26Partially revert r186903.Eli Friedman
2013-07-24Update documentation to match current C++1y feature set.Richard Smith
2013-07-23Integers which are too large should be an error.Eli Friedman
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
2013-06-16PR16339: Don't produce a diagnostic pointing at the whitespace between a '#if'Richard Smith
2013-06-12Introducing -Wheader-guard, a warning that checks header guards actually workRichard Trieu
2013-05-15Better diagnostics for string initialization.Hans Wennborg
2013-05-12C++1y: provide full 'auto' return type deduction for lambda expressions. ThisRichard Smith
2013-05-07C++1y: Update __cplusplus to temporary value 201305L to allow detection of pr...Richard Smith
2013-05-04Reverting r181004 since it has broken test/Sema/wchar.c.Aaron Ballman
2013-05-03Support __wchar_t in -fms-extensions and -fms-compatibility modes.Hans Wennborg
2013-05-02Use a triple ensure that __has_feature(c_thread_local) is 1 in C11 mode.Douglas Gregor
2013-05-02Only evaluate __has_feature(c_thread_local) and __has_feature(cxx_thread_loca...Douglas Gregor
2013-04-19Note that we support (and in fact have supported since the dawn of time itself)Richard Smith
2013-04-19Keep the parentheses in #pragma message (partial revert of r179771).Andy Gibbs
2013-04-19C++11 support is now feature-complete.Richard Smith
2013-04-18Dropped the parentheses for #pragma message and its kin in the -E output gene...Andy Gibbs
2013-04-17Implemented #pragma GCC warning/error in the same mould as #pragma message.Andy Gibbs
2013-03-11Add -Wc99-compat warning for C11 unicode string and character literals.Richard Smith
2013-03-09When lexing in C11 mode, accept unicode character and string literals, per C11Richard Smith
2013-03-09Handle _Pragma on a u8, u, or U string literal per the C11 specification. AlsoRichard Smith
2013-03-06After issuing a diagnostic for undefining or redefining a builtin macro,Richard Smith
2013-01-31Lexer: Don't warn about Unicode in preprocessor directives.Jordan Rose
2013-01-30Fix comment in test/Lexer/utf8-invalid.c for updates in r173959.Jordan Rose
2013-01-30Fix r173881 to properly skip invalid UTF-8 characters in raw lexing and -E.Jordan Rose
2013-01-30Don't warn about Unicode characters in -E mode.Jordan Rose