summaryrefslogtreecommitdiff
path: root/test/Lexer
AgeCommit message (Expand)Author
2016-04-21[esan] EfficiencySanitizer driver flagsDerek Bruening
2016-04-01[Lexer] Don't read out of bounds if a conflict marker is at the end of a fileBenjamin Kramer
2016-03-22Update cxx-features test to C++1zJF Bastien
2016-03-04Update diagnostics now that hexadecimal literals look likely to be part of C+...Richard Smith
2016-02-17[OpenCL] Added half type literal with suffix h.Anastasia Stulova
2016-02-09PR26349: correctly check whether a digit sequence is empty in the presence of...Richard Smith
2016-01-19Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.Nico Weber
2015-12-29Fix test from r256596Nico Weber
2015-12-29Emit a -Wmicrosoft warning when treating ^Z as EOF in MS mode.Nico Weber
2015-12-10In Objective-C, ignore attempts to redefine the ARC/GC qualifier macros.John McCall
2015-10-22[coroutines] Add forgotten test for lexing coroutines keywords.Richard Smith
2015-10-22[coroutines] Add feature-test macro for coroutines, defined to 1 to indicateRichard Smith
2015-10-08When pretty-printing a C++11 literal operator, don't insert whitespace betweenRichard Smith
2015-10-04Add -f[no-]declspec to control recognition of __declspec as a keywordSaleem Abdulrasool
2015-09-19Add test that we correctly allow some non-letter unicode characters inRichard Smith
2015-09-18Split off the binary literal warning into a subgroup of C++14 warningsRichard Trieu
2015-08-13Turn off __has_feature(cxx_rtti) when -fno-rtti-data is presentReid Kleckner
2015-08-01[Tests] Add explicit -std=lang option to a number of tests.Yunzhong Gao
2015-07-26[MS Extensions] Remove support for the i128 integer literal suffixDavid Majnemer
2015-07-23Add missing files for objc_boxable feature.Alex Denisov
2015-06-19[ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko
2015-06-05[Concepts] lex keywords: concept and requiresHubert Tong
2015-05-22Apply existing checks to C++1Z (has_feature_cxx0x); NFCFaisal Vali
2015-05-22"This adds -fconcepts-ts as a cc1 option for enabling theFaisal Vali
2015-05-12Have '__have_extension(cxx_variadic_templates)' return true for any C++ stand...Eric Fiselier
2015-05-04Fix buffer overflow in LexerKostya Serebryany
2015-03-29[lex] Don't read past the end of the bufferBenjamin Kramer
2015-03-20C++14: Disable sized deallocation by default due to ABI breakageReid Kleckner
2015-02-26Add -fuse-line-directive flag to control usage of #line with -EReid Kleckner
2014-12-23Add driver flags -ftrigraphs, -fno-trigraphs.Nico Weber
2014-12-15MSVC: A wide string literal from L#macro_arg in a macroAlexey Bataev
2014-12-14Lex: Don't crash if both conflict markers are on the same lineDavid Majnemer
2014-12-03Add support for has_feature(cxx_alignof) and has_feature(c_alignof).Nico Weber
2014-11-12Update Clang's SD-6 support to match N4200 (except for __has_cpp_attribute,Richard Smith
2014-11-08[c++1z] Support for u8 character literals.Richard Smith
2014-10-24[Thumb] Clang thinks "char" is signed when using a thumb tripleOliver Stannard
2014-10-20Switch C compilations to C11 by default.Richard Smith
2014-08-03Don't destroy MacroInfos if we find the macro definition is invalid; it'll getRichard Smith
2014-07-24Improving the "integer constant too large" diagnostics based on post-commit f...Aaron Ballman
2014-07-22Provide extra information in the "integer constant is too large" diagnostic. ...Aaron Ballman
2014-06-21Make MS i128 suffix test from r211446 more robustAlp Toker
2014-06-21The i128 suffix isn't always available.David Majnemer
2014-06-20[C++1z] Implement N3981: Disable trigraphs by default in C++1z mode.Richard Smith
2014-06-10Show -Wdate-time in system headersAlp Toker
2014-06-10Implement -Wdate-time preprocessor warningAlp Toker
2014-05-29Permit the "if" literal suffix with Microsoft extensions enabled.Peter Collingbourne
2014-05-19Fixing some comments in this test. No functional changes.Aaron Ballman
2014-05-09PR19698, PR19674: enable __has_feature checks for cxx_generic_lambdas andRichard Smith
2014-05-07Clean up some existing keyword tests in the test/Lexer directory by using theYunzhong Gao
2014-04-22Add some missing checks for C++1y digit separators that don't in fact separateRichard Smith