summaryrefslogtreecommitdiff
path: root/test/Lexer
Commit message (Expand)AuthorAge
* Make MS i128 suffix test from r211446 more robustAlp Toker2014-06-21
* The i128 suffix isn't always available.David Majnemer2014-06-21
* [C++1z] Implement N3981: Disable trigraphs by default in C++1z mode.Richard Smith2014-06-20
* Show -Wdate-time in system headersAlp Toker2014-06-10
* Implement -Wdate-time preprocessor warningAlp Toker2014-06-10
* Permit the "if" literal suffix with Microsoft extensions enabled.Peter Collingbourne2014-05-29
* Fixing some comments in this test. No functional changes.Aaron Ballman2014-05-19
* PR19698, PR19674: enable __has_feature checks for cxx_generic_lambdas andRichard Smith2014-05-09
* Clean up some existing keyword tests in the test/Lexer directory by using theYunzhong Gao2014-05-07
* Add some missing checks for C++1y digit separators that don't in fact separateRichard Smith2014-04-22
* Lex: Fix __has_feature(cxx_exceptions) for objective C++Justin Bogner2014-04-16
* Add a test to distinguish between reserved tokens and normal identifiers.Yunzhong Gao2014-04-11
* Added a __has_feature() for 'is_constructible'Marshall Clow2014-03-18
* Disable cross-windows-on-linux.cpp for now. It may or may not fail. :/NAKAMURA Takumi2014-03-12
* Lexer: split test into separate filesSaleem Abdulrasool2014-03-12
* Lex: reduce buffer size, add a testSaleem Abdulrasool2014-03-12
* Tests for lexing of digit separators versus UCNs.Richard Smith2014-02-28
* Fix a minor bug in lexing pp-numbers with digit separators: if a pp-number co...Richard Smith2014-02-28
* Lexer: Issue -Wbackslash-newline-escape for line commentsAlp Toker2013-12-14
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-14
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-14
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-11
* Add support for C++'s SD6 feature test macros.Richard Smith2013-11-27
* Relax header guard mismatch warning with edit distance heuristic.Ismail Pazarbasi2013-10-12
* Mark lambda init-captures as complete.Richard Smith2013-09-28
* Mark variable template implementation as complete. Nearly all of the creditRichard Smith2013-09-27
* Add macro test from N3781.Richard Smith2013-09-26
* Per updates to D3781, allow underscore under ' in a pp-number, and allow ' in...Richard Smith2013-09-26
* Implement C++1y digit separator proposal (' as a digit separator). This is notRichard Smith2013-09-26
* Lex and ignore Microsoft's #pragma warning(...)Reid Kleckner2013-09-13
* Add specific warning flags for GNU ext in lexer.Eli Friedman2013-09-05
* Revise -Wnewline-eof test per feedback from Dmitri.Jordan Rose2013-08-23
* Respect -Wnewline-eof even in C++11 mode.Jordan Rose2013-08-23
* Revert r188863 which could propose wrong fixits for multibyte character liter...Nick Lewycky2013-08-21
* Issue fixits replacing invalid character literals with the equivalent \xNNNick Lewycky2013-08-21
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-12
* Partially revert r186903.Eli Friedman2013-07-26
* Update documentation to match current C++1y feature set.Richard Smith2013-07-24
* Integers which are too large should be an error.Eli Friedman2013-07-23
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-04
* PR16339: Don't produce a diagnostic pointing at the whitespace between a '#if'Richard Smith2013-06-16
* Introducing -Wheader-guard, a warning that checks header guards actually workRichard Trieu2013-06-12
* Better diagnostics for string initialization.Hans Wennborg2013-05-15
* C++1y: provide full 'auto' return type deduction for lambda expressions. ThisRichard Smith2013-05-12
* C++1y: Update __cplusplus to temporary value 201305L to allow detection of pr...Richard Smith2013-05-07
* Reverting r181004 since it has broken test/Sema/wchar.c.Aaron Ballman2013-05-04
* Support __wchar_t in -fms-extensions and -fms-compatibility modes.Hans Wennborg2013-05-03
* Use a triple ensure that __has_feature(c_thread_local) is 1 in C11 mode.Douglas Gregor2013-05-02
* Only evaluate __has_feature(c_thread_local) and __has_feature(cxx_thread_loca...Douglas Gregor2013-05-02
* Note that we support (and in fact have supported since the dawn of time itself)Richard Smith2013-04-19