summaryrefslogtreecommitdiff
path: root/test/Lexer
AgeCommit message (Expand)Author
2018-02-08Merging r324419:Hans Wennborg
2018-01-17Merging r322390:Hans Wennborg
2017-12-14Warn if we find a Unicode homoglyph for a symbol in an identifier.Richard Smith
2017-12-09Switch to gnu++14 as the default dialect.Tim Northover
2017-12-09Hardware-assisted AddressSanitizer (clang part).Evgeniy Stepanov
2017-12-01[c++2a] P0515R3: Support for overloaded operator<=>.Richard Smith
2017-12-01[c++2a] P0515R3: lexer support for new <=> token.Richard Smith
2017-10-06Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool
2017-09-08Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer
2017-09-08Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer
2017-09-08Add _Float16 as a C/C++ source language typeSjoerd Meijer
2017-08-16Add missing test for warning added in r310803.Richard Smith
2017-08-15[clang] Get rid of "%T" expansionsKuba Mracek
2017-08-13Replace remaining user-visible mentions of C++1z with C++17.Richard Smith
2017-08-13[c++2a] Treat 'concept' and 'requires' as keywords, add compat warning for C+...Richard Smith
2017-08-11Implement latest feature test macro recommendations, P0096R4.Richard Smith
2017-08-08Revert "Lexer: always allow imaginary constants in GNU mode."Tim Northover
2017-08-08Lexer: always allow imaginary constants in GNU mode.Tim Northover
2017-07-25Reorder tests to match latest SD-6 draft.Richard Smith
2017-05-30Allow for unfinished #if blocks in preamblesErik Verbruggen
2017-05-25[coroutines] Bump __cpp_coroutines versionEric Fiselier
2017-04-18Do not warn about whitespace between ??/ trigraph and newline in line comment...Richard Smith
2017-04-17Fix mishandling of escaped newlines followed by newlines or nuls.Richard Smith
2017-04-07Skip Unicode character expansion in assembly filesSanne Wouda
2017-02-21[c++1z] Mark constexpr lambdas as done on status page and start advertisingRichard Smith
2017-02-21Fix for pr31836 - pp_nonportable_path on absolute paths: broken delimitersTaewook Oh
2017-02-14[c++1z] Add some more tests for class template argument deduction, addRichard Smith
2017-01-20P0426: Make the library implementation of constexpr char_traits a little easierRichard Smith
2016-12-19Add __cpp_structured_bindings feature test macro for structured bindings, perRichard Smith
2016-12-19[c++1z] cxx_status: mark p0195r2 as done.Richard Smith
2016-12-02p0012r1: define corresponding feature test macroRichard Smith
2016-10-10Mark aligned allocation as done.Richard Smith
2016-10-02[coroutines] Rename driver flag -fcoroutines to -fcoroutines-tsGor Nishanov
2016-09-29Mark P0127R3 as done, and replace its __has_feature check with the correspond...Richard Smith
2016-09-28Add a couple more tentative names for upcoming SD-6 feature checks. These mightRichard Smith
2016-09-28P0095R3: Implement the latest published revision of SD-6 (C++ feature test ma...Richard Smith
2016-09-28P0096R2: Implement more recent revision of SD-6 (C++ feature test macros).Richard Smith
2016-07-23Add -fmodules-ts flag to cc1 for the provisional C++ modules TS, and markRichard Smith
2016-06-13Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh
2016-06-13Revert r272562 for build bot failure (clang-x86-win2008-selfhost)Taewook Oh
2016-06-13Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh
2016-06-04Revert commit r271708Taewook Oh
2016-06-03Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh
2016-05-25[esan|wset] Add working set tool driver flagsDerek Bruening
2016-05-24Revert "[Lex] Support more type-traits in __has_feature"David Majnemer
2016-05-24[Lex] Support more type-traits in __has_featureDavid Majnemer
2016-05-23Clang support for __is_assignable intrinsicDavid Majnemer
2016-05-16[OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu
2016-05-13Revert "[OpenCL] Add supported OpenCL extensions to target info."Yaxun Liu
2016-05-13[OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu