summaryrefslogtreecommitdiffstats
path: root/test/Lexer
Commit message (Expand)AuthorAgeFilesLines
* Merging r324419:Hans Wennborg2018-02-081-0/+2
* Merging r322390:Hans Wennborg2018-01-171-0/+0
* Warn if we find a Unicode homoglyph for a symbol in an identifier.Richard Smith2017-12-141-0/+5
* Switch to gnu++14 as the default dialect.Tim Northover2017-12-092-3/+3
* Hardware-assisted AddressSanitizer (clang part).Evgeniy Stepanov2017-12-091-0/+13
* [c++2a] P0515R3: Support for overloaded operator<=>.Richard Smith2017-12-011-2/+2
* [c++2a] P0515R3: lexer support for new <=> token.Richard Smith2017-12-011-0/+73
* Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool2017-10-061-1/+1
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+3
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-3/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+3
* Add missing test for warning added in r310803.Richard Smith2017-08-161-0/+9
* [clang] Get rid of "%T" expansionsKuba Mracek2017-08-154-20/+20
* Replace remaining user-visible mentions of C++1z with C++17.Richard Smith2017-08-131-5/+5
* [c++2a] Treat 'concept' and 'requires' as keywords, add compat warning for C+...Richard Smith2017-08-131-1/+2
* Implement latest feature test macro recommendations, P0096R4.Richard Smith2017-08-111-7/+11
* Revert "Lexer: always allow imaginary constants in GNU mode."Tim Northover2017-08-081-25/+0
* Lexer: always allow imaginary constants in GNU mode.Tim Northover2017-08-081-0/+25
* Reorder tests to match latest SD-6 draft.Richard Smith2017-07-251-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