summaryrefslogtreecommitdiff
path: root/test/Lexer
AgeCommit message (Expand)AuthorFilesLines
2016-06-13Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh4-0/+71
2016-06-13Revert r272562 for build bot failure (clang-x86-win2008-selfhost)Taewook Oh4-71/+0
2016-06-13Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh4-0/+71
2016-06-04Revert commit r271708Taewook Oh3-50/+0
2016-06-03Use the name of the file on disk to issue a new diagnostic about non-portable...Taewook Oh3-0/+50
2016-05-25[esan|wset] Add working set tool driver flagsDerek Bruening1-0/+1
2016-05-24Revert "[Lex] Support more type-traits in __has_feature"David Majnemer1-25/+0
2016-05-24[Lex] Support more type-traits in __has_featureDavid Majnemer1-0/+20
2016-05-23Clang support for __is_assignable intrinsicDavid Majnemer1-0/+5
2016-05-16[OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu1-1/+1
2016-05-13Revert "[OpenCL] Add supported OpenCL extensions to target info."Yaxun Liu1-1/+1
2016-05-13[OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu1-1/+1
2016-04-21[esan] EfficiencySanitizer driver flagsDerek Bruening1-0/+11
2016-04-01[Lexer] Don't read out of bounds if a conflict marker is at the end of a fileBenjamin Kramer1-0/+11
2016-03-22Update cxx-features test to C++1zJF Bastien1-34/+38
2016-03-04Update diagnostics now that hexadecimal literals look likely to be part of C+...Richard Smith2-9/+25
2016-02-17[OpenCL] Added half type literal with suffix h.Anastasia Stulova2-0/+13
2016-02-09PR26349: correctly check whether a digit sequence is empty in the presence of...Richard Smith1-0/+3
2016-01-19Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition.Nico Weber1-0/+1
2015-12-29Fix test from r256596Nico Weber1-1/+1
2015-12-29Emit a -Wmicrosoft warning when treating ^Z as EOF in MS mode.Nico Weber1-2/+2
2015-12-10In Objective-C, ignore attempts to redefine the ARC/GC qualifier macros.John McCall1-0/+22
2015-10-22[coroutines] Add forgotten test for lexing coroutines keywords.Richard Smith1-0/+12
2015-10-22[coroutines] Add feature-test macro for coroutines, defined to 1 to indicateRichard Smith1-0/+5
2015-10-08When pretty-printing a C++11 literal operator, don't insert whitespace betweenRichard Smith1-1/+1
2015-10-04Add -f[no-]declspec to control recognition of __declspec as a keywordSaleem Abdulrasool2-0/+37
2015-09-19Add test that we correctly allow some non-letter unicode characters inRichard Smith1-1/+10
2015-09-18Split off the binary literal warning into a subgroup of C++14 warningsRichard Trieu1-0/+5
2015-08-13Turn off __has_feature(cxx_rtti) when -fno-rtti-data is presentReid Kleckner1-0/+1
2015-08-01[Tests] Add explicit -std=lang option to a number of tests.Yunzhong Gao3-3/+3
2015-07-26[MS Extensions] Remove support for the i128 integer literal suffixDavid Majnemer1-4/+0
2015-07-23Add missing files for objc_boxable feature.Alex Denisov2-0/+16
2015-06-19[ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko1-0/+1
2015-06-05[Concepts] lex keywords: concept and requiresHubert Tong1-0/+11
2015-05-22Apply existing checks to C++1Z (has_feature_cxx0x); NFCFaisal Vali1-43/+85
2015-05-22"This adds -fconcepts-ts as a cc1 option for enabling theFaisal Vali1-0/+5
2015-05-12Have '__have_extension(cxx_variadic_templates)' return true for any C++ stand...Eric Fiselier1-0/+5
2015-05-04Fix buffer overflow in LexerKostya Serebryany1-0/+8
2015-03-29[lex] Don't read past the end of the bufferBenjamin Kramer1-0/+9
2015-03-20C++14: Disable sized deallocation by default due to ABI breakageReid Kleckner1-1/+1
2015-02-26Add -fuse-line-directive flag to control usage of #line with -EReid Kleckner1-1/+1
2014-12-23Add driver flags -ftrigraphs, -fno-trigraphs.Nico Weber5-12/+12
2014-12-15MSVC: A wide string literal from L#macro_arg in a macroAlexey Bataev1-0/+11
2014-12-14Lex: Don't crash if both conflict markers are on the same lineDavid Majnemer1-0/+2
2014-12-03Add support for has_feature(cxx_alignof) and has_feature(c_alignof).Nico Weber3-4/+26
2014-11-12Update Clang's SD-6 support to match N4200 (except for __has_cpp_attribute,Richard Smith1-0/+36
2014-11-08[c++1z] Support for u8 character literals.Richard Smith1-0/+9
2014-10-24[Thumb] Clang thinks "char" is signed when using a thumb tripleOliver Stannard1-0/+1
2014-10-20Switch C compilations to C11 by default.Richard Smith2-4/+10
2014-08-03Don't destroy MacroInfos if we find the macro definition is invalid; it'll getRichard Smith1-0/+2