summaryrefslogtreecommitdiffstats
path: root/test/Parser
Commit message (Expand)AuthorAgeFilesLines
...
* Stub out the Sema interface for lambda expressions, and change the parser to ...Eli Friedman2012-01-043-14/+14
* Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith2011-12-292-8/+8
* Add -Wdangling-else.Nico Weber2011-12-221-0/+55
* PR11297: Provide a better diagnostic for code which contains aRichard Smith2011-12-201-0/+30
* In Parser::SkipUntil do not stop at '@' unconditionally.Argyrios Kyrtzidis2011-12-171-11/+0
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-159-10/+10
* objc: diagnose duplicate declaration of methodsFariborz Jahanian2011-12-131-1/+1
* Implement the Microsoft __if_exists/if_not_exists extension in initializer-list.Francois Pichet2011-12-121-0/+29
* Add ability to supply additional message to availability macros,Fariborz Jahanian2011-12-101-0/+8
* Fix: allow @protocol forward declarations inside @implementation-s.Erik Verbruggen2011-12-081-0/+51
* Extend warnings for missing '@end'.Erik Verbruggen2011-12-065-13/+13
* Diagnose use of wide string literal in 'asm' instead of crashing. Fixes <rda...Ted Kremenek2011-12-021-0/+3
* Change the Microsoft __interface keyword to be an alias for struct (not class...Francois Pichet2011-12-011-0/+5
* Enable delayed template parsing for friend functions declared at template cla...Francois Pichet2011-11-181-0/+4
* PR11148: Fix crash-on-invalid if an invalid member declaration is marked asRichard Smith2011-11-101-0/+4
* Improve the diagnostic when a comma ends up at the end of a declarator groupRichard Smith2011-10-192-1/+39
* Refactor __attribute__ parsing, and add a diagnostic if the r_paren at the endRichard Smith2011-10-171-0/+5
* Testcase for half of r142048.Richard Smith2011-10-151-0/+5
* Use of override keywords in C++98 should produce a warning by default.Richard Smith2011-10-151-0/+8
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-1311-11/+11
* Allow for annotate attributes after access specifiers. When suchErik Verbruggen2011-10-131-0/+12
* Fix crash-on-invalid, improve error recovery, and test coverage for missing c...David Blaikie2011-10-131-0/+17
* Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor2011-10-123-10/+10
* Introduce BalancedDelimiterTracker, to better track open/closeDouglas Gregor2011-10-121-0/+7
* OpenCL: add a non-standard extension, cl_clang_storage_class_specifiers,Peter Collingbourne2011-10-061-0/+6
* OpenCL: disallow '#pragma OPENCL EXTENSION all : enable', per OpenCL 1.1 9.1Peter Collingbourne2011-10-061-0/+3
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-2/+2
* Hey, maybe we shouldn't silently ignore decl attributesJohn McCall2011-10-011-2/+2
* Fix a bug in the token caching for inline constructors in C++11, and improve ...Sebastian Redl2011-09-302-0/+19
* Some fixes for MS-style asm parsing: specifically, add some error checking, a...Eli Friedman2011-09-301-0/+25
* PR11000: Fix crash on invalid.Richard Smith2011-09-291-0/+9
* Add support for alignment-specifiers in C1X and C++11, removePeter Collingbourne2011-09-292-3/+10
* Add support for parsing an attribute-specifier-seq containing multiplePeter Collingbourne2011-09-291-0/+1
* Add support for parsing the optional attribute-specifier-seq at thePeter Collingbourne2011-09-291-0/+2
* Fix a crash-on-invalid.Matt Beaumont-Gay2011-09-231-0/+12
* [microsoft] Fix a bug in -fdelayed-template-parsing mode where we were not re...Francois Pichet2011-09-221-2/+21
* Fix a problem in digraph handling where "[:" might be treated as "<::" andRichard Trieu2011-09-201-1/+8
* Changes to the name lookup have caused a regression in the digraph fix-it hint.Richard Trieu2011-09-191-0/+16
* Allow C99 hexfloats in C++0x mode. This change resolves the standardsDouglas Gregor2011-08-301-2/+3
* Add support for Microsoft __ptr32 keyword. Francois Pichet2011-08-251-0/+6
* Remove the last FIXMEs on -Wunused-comparison since it got moved toChandler Carruth2011-08-181-1/+1
* Parsing of C++0x lambda expressions, from John Freeman with help fromDouglas Gregor2011-08-045-1/+60
* This patch makes the string/character literal tests run in C,Douglas Gregor2011-07-291-1/+6
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-271-3/+34
* PR10392: "#pragma GCC visibility" must not expand macros in itsJoerg Sonnenberger2011-07-201-0/+19
* Change __debugbreak signature to void __debugbreak(void); MSVC compatibility.Francois Pichet2011-07-101-1/+1
* Make the Preprocessor more memory efficient and improve macro instantiation d...Argyrios Kyrtzidis2011-07-071-0/+9
* For code such as:Richard Trieu2011-07-011-0/+15
* Allow Lexer::getLocForEndOfToken to return the location just passed the macro...Argyrios Kyrtzidis2011-06-241-0/+5
* Improve the diagnostics generated for switch statements missing expressionsDavid Majnemer2011-06-131-0/+14