summaryrefslogtreecommitdiff
path: root/test/Lexer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Turn off __has_feature(cxx_rtti) when -fno-rtti-data is presentReid Kleckner2015-08-131-0/+1
* [Tests] Add explicit -std=lang option to a number of tests.Yunzhong Gao2015-08-013-3/+3
* [MS Extensions] Remove support for the i128 integer literal suffixDavid Majnemer2015-07-261-4/+0
* Add missing files for objc_boxable feature.Alex Denisov2015-07-232-0/+16
* [ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko2015-06-191-0/+1
* [Concepts] lex keywords: concept and requiresHubert Tong2015-06-051-0/+11
* Apply existing checks to C++1Z (has_feature_cxx0x); NFCFaisal Vali2015-05-221-43/+85
* "This adds -fconcepts-ts as a cc1 option for enabling theFaisal Vali2015-05-221-0/+5
* Have '__have_extension(cxx_variadic_templates)' return true for any C++ stand...Eric Fiselier2015-05-121-0/+5
* Fix buffer overflow in LexerKostya Serebryany2015-05-041-0/+8
* [lex] Don't read past the end of the bufferBenjamin Kramer2015-03-291-0/+9
* C++14: Disable sized deallocation by default due to ABI breakageReid Kleckner2015-03-201-1/+1
* Add -fuse-line-directive flag to control usage of #line with -EReid Kleckner2015-02-261-1/+1
* 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