summaryrefslogtreecommitdiffstats
path: root/test/Lexer
Commit message (Expand)AuthorAgeFilesLines
* Add driver flags -ftrigraphs, -fno-trigraphs.Nico Weber2014-12-235-12/+12
* MSVC: A wide string literal from L#macro_arg in a macroAlexey Bataev2014-12-151-0/+11
* Lex: Don't crash if both conflict markers are on the same lineDavid Majnemer2014-12-141-0/+2
* Add support for has_feature(cxx_alignof) and has_feature(c_alignof).Nico Weber2014-12-033-4/+26
* Update Clang's SD-6 support to match N4200 (except for __has_cpp_attribute,Richard Smith2014-11-121-0/+36
* [c++1z] Support for u8 character literals.Richard Smith2014-11-081-0/+9
* [Thumb] Clang thinks "char" is signed when using a thumb tripleOliver Stannard2014-10-241-0/+1
* Switch C compilations to C11 by default.Richard Smith2014-10-202-4/+10
* Don't destroy MacroInfos if we find the macro definition is invalid; it'll getRichard Smith2014-08-031-0/+2
* Improving the "integer constant too large" diagnostics based on post-commit f...Aaron Ballman2014-07-241-2/+2
* Provide extra information in the "integer constant is too large" diagnostic. ...Aaron Ballman2014-07-221-2/+2
* Make MS i128 suffix test from r211446 more robustAlp Toker2014-06-211-2/+4
* The i128 suffix isn't always available.David Majnemer2014-06-211-0/+2
* [C++1z] Implement N3981: Disable trigraphs by default in C++1z mode.Richard Smith2014-06-201-0/+9
* Show -Wdate-time in system headersAlp Toker2014-06-101-0/+15
* Implement -Wdate-time preprocessor warningAlp Toker2014-06-101-0/+8
* Permit the "if" literal suffix with Microsoft extensions enabled.Peter Collingbourne2014-05-291-0/+4
* Fixing some comments in this test. No functional changes.Aaron Ballman2014-05-191-3/+3
* PR19698, PR19674: enable __has_feature checks for cxx_generic_lambdas andRichard Smith2014-05-091-0/+20
* Clean up some existing keyword tests in the test/Lexer directory by using theYunzhong Gao2014-05-074-19/+34
* Add some missing checks for C++1y digit separators that don't in fact separateRichard Smith2014-04-221-0/+14
* Lex: Fix __has_feature(cxx_exceptions) for objective C++Justin Bogner2014-04-161-1/+7
* Add a test to distinguish between reserved tokens and normal identifiers.Yunzhong Gao2014-04-111-0/+29
* Added a __has_feature() for 'is_constructible'Marshall Clow2014-03-181-0/+5
* Disable cross-windows-on-linux.cpp for now. It may or may not fail. :/NAKAMURA Takumi2014-03-121-0/+3
* Lexer: split test into separate filesSaleem Abdulrasool2014-03-122-10/+14
* Lex: reduce buffer size, add a testSaleem Abdulrasool2014-03-122-0/+15
* Tests for lexing of digit separators versus UCNs.Richard Smith2014-02-281-0/+20
* Fix a minor bug in lexing pp-numbers with digit separators: if a pp-number co...Richard Smith2014-02-281-0/+2
* Lexer: Issue -Wbackslash-newline-escape for line commentsAlp Toker2013-12-141-0/+1
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-1/+1
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-1/+1
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-111-1/+1
* Add support for C++'s SD6 feature test macros.Richard Smith2013-11-271-0/+89
* Relax header guard mismatch warning with edit distance heuristic.Ismail Pazarbasi2013-10-122-0/+6
* Mark lambda init-captures as complete.Richard Smith2013-09-282-1/+18
* Mark variable template implementation as complete. Nearly all of the creditRichard Smith2013-09-272-5/+16
* Add macro test from N3781.Richard Smith2013-09-261-0/+5
* Per updates to D3781, allow underscore under ' in a pp-number, and allow ' in...Richard Smith2013-09-261-2/+6
* Implement C++1y digit separator proposal (' as a digit separator). This is notRichard Smith2013-09-262-0/+35
* Lex and ignore Microsoft's #pragma warning(...)Reid Kleckner2013-09-131-0/+22
* Add specific warning flags for GNU ext in lexer.Eli Friedman2013-09-051-0/+56
* Revise -Wnewline-eof test per feedback from Dmitri.Jordan Rose2013-08-231-6/+6
* Respect -Wnewline-eof even in C++11 mode.Jordan Rose2013-08-233-8/+10
* Revert r188863 which could propose wrong fixits for multibyte character liter...Nick Lewycky2013-08-211-11/+0
* Issue fixits replacing invalid character literals with the equivalent \xNNNick Lewycky2013-08-211-0/+11
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-122-3/+3
* Partially revert r186903.Eli Friedman2013-07-261-1/+1
* Update documentation to match current C++1y feature set.Richard Smith2013-07-241-0/+20
* Integers which are too large should be an error.Eli Friedman2013-07-231-1/+6