summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer
Commit message (Expand)AuthorAgeFilesLines
* Better diagnostics for string initialization.Hans Wennborg2013-05-151-4/+0
* C++1y: provide full 'auto' return type deduction for lambda expressions. ThisRichard Smith2013-05-121-0/+10
* C++1y: Update __cplusplus to temporary value 201305L to allow detection of pr...Richard Smith2013-05-072-64/+124
* Reverting r181004 since it has broken test/Sema/wchar.c.Aaron Ballman2013-05-042-24/+0
* Support __wchar_t in -fms-extensions and -fms-compatibility modes.Hans Wennborg2013-05-032-0/+24
* Use a triple ensure that __has_feature(c_thread_local) is 1 in C11 mode.Douglas Gregor2013-05-021-1/+1
* Only evaluate __has_feature(c_thread_local) and __has_feature(cxx_thread_loca...Douglas Gregor2013-05-021-2/+4
* Note that we support (and in fact have supported since the dawn of time itself)Richard Smith2013-04-191-0/+19
* Keep the parentheses in #pragma message (partial revert of r179771).Andy Gibbs2013-04-192-3/+3
* C++11 support is now feature-complete.Richard Smith2013-04-192-0/+27
* Dropped the parentheses for #pragma message and its kin in the -E output gene...Andy Gibbs2013-04-182-1/+20
* Implemented #pragma GCC warning/error in the same mould as #pragma message.Andy Gibbs2013-04-171-0/+16
* Add -Wc99-compat warning for C11 unicode string and character literals.Richard Smith2013-03-111-0/+21
* When lexing in C11 mode, accept unicode character and string literals, per C11Richard Smith2013-03-093-1/+33
* Handle _Pragma on a u8, u, or U string literal per the C11 specification. AlsoRichard Smith2013-03-091-1/+19
* After issuing a diagnostic for undefining or redefining a builtin macro,Richard Smith2013-03-061-0/+19
* Lexer: Don't warn about Unicode in preprocessor directives.Jordan Rose2013-01-312-0/+15
* Fix comment in test/Lexer/utf8-invalid.c for updates in r173959.Jordan Rose2013-01-301-2/+1
* Fix r173881 to properly skip invalid UTF-8 characters in raw lexing and -E.Jordan Rose2013-01-301-0/+6
* Don't warn about Unicode characters in -E mode.Jordan Rose2013-01-301-0/+9
* FileCheck'ize and merge testsDmitri Gribenko2013-01-282-6/+9
* PR15067 (again): Don't warn about UCNs in C90 if we're raw-lexing.Jordan Rose2013-01-281-0/+3
* PR15067: Don't assert when a UCN appears in a C90 file.Jordan Rose2013-01-271-2/+4
* Migrate tests to -verifyDmitri Gribenko2013-01-262-2/+5
* FileCheck'ize testDmitri Gribenko2013-01-241-6/+7
* As an extension, treat Unicode whitespace characters as whitespace.Jordan Rose2013-01-241-0/+6
* Handle universal character names and Unicode characters outside of literals.Jordan Rose2013-01-241-0/+6
* Don't check lines beginning with '#', since they could contain a path with th...Bill Wendling2013-01-231-1/+1
* The diagnostic is now a warning instead of an error. Also don't check lines b...Bill Wendling2013-01-231-1/+1
* Add raw string literal versus C preprocessor test, suggested by James Dennett.Richard Smith2013-01-161-0/+9
* Add __has_feature(memory_sanitizer).Evgeniy Stepanov2012-12-201-0/+11
* tsan: add __has_feature(thread_sanitizer)Dmitry Vyukov2012-12-171-0/+11
* Support for #pragma region/endregion for MSVC compatibility. Patch thanks to...Aaron Ballman2012-11-301-0/+33
* Fix crash on end-of-file after \ in a char literal, fixes PR14369.Nico Weber2012-11-173-0/+24
* Made the "expected string literal" diagnostic more expressiveAndy Gibbs2012-11-171-0/+2
* FileCheckize testNico Weber2012-11-111-4/+4
* Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith2012-11-051-1/+1
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-199-4/+13
* Change the wording of the extension warning fromDmitri Gribenko2012-09-241-0/+22
* When a bad UTF-8 encoding or bogus escape sequence is encountered in aRichard Smith2012-09-081-0/+25
* Allow -verify directives to be filtered by preprocessing.Jordan Rose2012-07-112-7/+8
* Fix the location of the fixit for -Wnewline-eof.Jordan Rose2012-06-191-0/+4
* [-E] Emit a rewritten _Pragma on its own line.Jordan Rose2012-06-151-1/+0
* PR12717: Clang supports hexadecimal floating-point literals in all languageRichard Smith2012-06-152-0/+15
* Fix off-by-one error in UTF-16 encoding: don't try to use a surrogate pair fo...Richard Smith2012-06-131-0/+3
* Add a predefine __WINT_UNSIGNED__, similar to __WCHAR_UNSIGNED__, and test th...James Molloy2012-05-041-0/+8
* Fix tests that weren't actually verifying anything.David Blaikie2012-04-151-1/+1
* %clang -cc1 -> %clang_cc1Seth Cantrell2012-04-152-2/+2
* Support -Wc++98-compat-pedantic as requested:Seth Cantrell2012-04-131-0/+4
* C++11 no longer requires files to end with a newlineSeth Cantrell2012-04-132-2/+6
OpenPOWER on IntegriCloud