summaryrefslogtreecommitdiffstats
path: root/test/Lexer
Commit message (Expand)AuthorAgeFilesLines
* Merging r352221 and r352222:Hans Wennborg2019-01-281-1/+1
* Implementation Feature Test Macros for P0722R3Chris Kennelly2019-01-111-0/+4
* [c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode.Richard Smith2018-11-141-64/+70
* Don't emit "will be treated as an identifier character" warning forRichard Smith2018-09-251-0/+5
* [Lexer] Add udefined_behavior_sanitizer featureLeonard Chan2018-09-221-0/+13
* [Lexer] Add xray_instrument featurePetr Hosek2018-09-171-0/+11
* PR38870: Add warning for zero-width unicode characters appearing inRichard Smith2018-09-071-0/+7
* [MSan] add KMSAN support to Clang driverAlexander Potapenko2018-09-071-0/+1
* [CMake] Use normalized Windows target triplesPetr Hosek2018-08-091-1/+1
* [Preprocessor] Allow libc++ to detect when aligned allocation is unavailable.Volodymyr Sapsai2018-08-031-0/+23
* [Driver] Add -fno-digraphsJacob Bandes-Storch2018-07-171-2/+21
* P0096R5, P0941R2: Update to match latest feature test macro specification.Richard Smith2018-06-141-8/+23
* As discussed with SG10, bump version of __cpp_deduction_guides macro to indic...Richard Smith2018-05-301-1/+1
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-012-0/+24
* hwasan: add -fsanitize=kernel-hwaddress flagAndrey Konovalov2018-04-131-0/+1
* [ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka2018-02-281-0/+8
* [Lex] Fix handling numerical literals ending with ' and signed exponent.Volodymyr Sapsai2018-02-061-0/+2
* [Lex] Avoid out-of-bounds dereference in LexAngledStringLiteral.Volodymyr Sapsai2018-01-121-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