summaryrefslogtreecommitdiffstats
path: root/test/Lexer
Commit message (Expand)AuthorAgeFilesLines
* Merging r310804:Hans Wennborg2017-08-141-5/+5
* Merging r310694:Hans Wennborg2017-08-111-7/+11
* Merging r309054:Hans Wennborg2017-08-111-8/+8
* Allow for unfinished #if blocks in preamblesErik Verbruggen2017-05-302-6/+24
* [coroutines] Bump __cpp_coroutines versionEric Fiselier2017-05-251-1/+1
* Do not warn about whitespace between ??/ trigraph and newline in line comment...Richard Smith2017-04-181-1/+6
* Fix mishandling of escaped newlines followed by newlines or nuls.Richard Smith2017-04-171-0/+0
* Skip Unicode character expansion in assembly filesSanne Wouda2017-04-071-0/+8
* [c++1z] Mark constexpr lambdas as done on status page and start advertisingRichard Smith2017-02-211-2/+2
* Fix for pr31836 - pp_nonportable_path on absolute paths: broken delimitersTaewook Oh2017-02-211-0/+9
* [c++1z] Add some more tests for class template argument deduction, addRichard Smith2017-02-141-0/+8
* P0426: Make the library implementation of constexpr char_traits a little easierRichard Smith2017-01-201-0/+11
* Add __cpp_structured_bindings feature test macro for structured bindings, perRichard Smith2016-12-191-1/+5
* [c++1z] cxx_status: mark p0195r2 as done.Richard Smith2016-12-191-2/+5
* p0012r1: define corresponding feature test macroRichard Smith2016-12-021-2/+1
* Mark aligned allocation as done.Richard Smith2016-10-101-2/+1
* [coroutines] Rename driver flag -fcoroutines to -fcoroutines-tsGor Nishanov2016-10-022-2/+2
* Mark P0127R3 as done, and replace its __has_feature check with the correspond...Richard Smith2016-09-291-2/+1
* Add a couple more tentative names for upcoming SD-6 feature checks. These mightRichard Smith2016-09-281-0/+21
* P0095R3: Implement the latest published revision of SD-6 (C++ feature test ma...Richard Smith2016-09-281-3/+19
* P0096R2: Implement more recent revision of SD-6 (C++ feature test macros).Richard Smith2016-09-281-12/+63
* Add -fmodules-ts flag to cc1 for the provisional C++ modules TS, and markRichard Smith2016-07-231-0/+11
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-134-0/+71
* Revert r272562 for build bot failure (clang-x86-win2008-selfhost)Taewook Oh2016-06-134-71/+0
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-134-0/+71
* Revert commit r271708Taewook Oh2016-06-043-50/+0
* Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh2016-06-033-0/+50
* [esan|wset] Add working set tool driver flagsDerek Bruening2016-05-251-0/+1
* Revert "[Lex] Support more type-traits in __has_feature"David Majnemer2016-05-241-25/+0
* [Lex] Support more type-traits in __has_featureDavid Majnemer2016-05-241-0/+20
* Clang support for __is_assignable intrinsicDavid Majnemer2016-05-231-0/+5
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-161-1/+1
* Revert "[OpenCL] Add supported OpenCL extensions to target info."Yaxun Liu2016-05-131-1/+1
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-131-1/+1
* [esan] EfficiencySanitizer driver flagsDerek Bruening2016-04-211-0/+11
* [Lexer] Don't read out of bounds if a conflict marker is at the end of a fileBenjamin Kramer2016-04-011-0/+11
* Update cxx-features test to C++1zJF Bastien2016-03-221-34/+38
* Update diagnostics now that hexadecimal literals look likely to be part of C+...Richard Smith2016-03-042-9/+25
* [OpenCL] Added half type literal with suffix h.Anastasia Stulova2016-02-172-0/+13
* PR26349: correctly check whether a digit sequence is empty in the presence of...Richard Smith2016-02-091-0/+3
* Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.Nico Weber2016-01-191-0/+1
* Fix test from r256596Nico Weber2015-12-291-1/+1
* Emit a -Wmicrosoft warning when treating ^Z as EOF in MS mode.Nico Weber2015-12-291-2/+2
* In Objective-C, ignore attempts to redefine the ARC/GC qualifier macros.John McCall2015-12-101-0/+22
* [coroutines] Add forgotten test for lexing coroutines keywords.Richard Smith2015-10-221-0/+12
* [coroutines] Add feature-test macro for coroutines, defined to 1 to indicateRichard Smith2015-10-221-0/+5
* When pretty-printing a C++11 literal operator, don't insert whitespace betweenRichard Smith2015-10-081-1/+1
* Add -f[no-]declspec to control recognition of __declspec as a keywordSaleem Abdulrasool2015-10-042-0/+37
* Add test that we correctly allow some non-letter unicode characters inRichard Smith2015-09-191-1/+10
* Split off the binary literal warning into a subgroup of C++14 warningsRichard Trieu2015-09-181-0/+5