summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticParseKinds.td
Commit message (Expand)AuthorAgeFilesLines
* Merging r156031:Bill Wendling2012-05-121-2/+0
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-161-0/+2
* Parsing of C++11 attributes:Richard Smith2012-04-101-4/+4
* Disambiguation of '[[':Richard Smith2012-04-101-0/+3
* Remove "parse error" in favor of more descriptive diagnostics.David Blaikie2012-04-061-1/+1
* Restrict fixit for missing 'class' in template template parameters.David Blaikie2012-04-061-2/+2
* Improve & simplify diagnostic for missing 'class' in template template parame...David Blaikie2012-04-051-2/+2
* Correct error recovery when missing 'class' in a template template parameter.David Blaikie2012-04-021-0/+1
* Reject 'template<typename...Ts> void f(Ts ...(x));'. Add a special-caseRichard Smith2012-03-291-0/+3
* Support for definitions of member enumerations of class templates outside theRichard Smith2012-03-231-0/+2
* Warn on flexible array members when in C89 mode, with -pedantic.David Chisnall2012-03-161-0/+2
* Fix parsing of type-specifier-seq's. Types are syntactically allowed to beRichard Smith2012-03-121-1/+3
* Fix a couple of issues with literal-operator-id parsing, and provide recoveryRichard Smith2012-03-081-0/+2
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+4
* User-defined literals: reject string and character UDLs in all places where theRichard Smith2012-03-061-2/+5
* Issue warning when late-parsed attributes have no declaration.DeLesley Hutchins2012-03-021-0/+3
* Reject 'a = {0} = {0}' rather than parsing it as '(a = {0}) = {0}'. AlsoRichard Smith2012-03-011-0/+2
* Back out __decltype warning from r151377: we should either warn on all the GNURichard Smith2012-02-241-3/+0
* __decltype is a GNU extension, not a C++11 extension.Richard Smith2012-02-241-0/+6
* Fix parsing and processing initializer lists in return statements and as dire...Sebastian Redl2012-02-221-3/+1
* Accept braced-init-lists in conditions, and, in passing, dramatically improveRichard Smith2012-02-221-2/+4
* Change wording of warning about using __bridge casts in non-ARC.Ted Kremenek2012-02-181-2/+2
* Improve recovery for lambda expressions that have 'mutable' or aDouglas Gregor2012-02-161-0/+2
* Allow thread safety attributes on function definitions.DeLesley Hutchins2012-02-161-0/+3
* Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files.Dmitri Gribenko2012-02-131-18/+0
* Further downgrade -Warc-bridge-casts-disallowed-in-nonarc to a warning (not m...Ted Kremenek2012-02-031-2/+2
* Make error about using bridge casts in non-ARC mode a warning that is default...Ted Kremenek2012-02-031-2/+4
* Extend the error of invalid token after declarations to include fixits for Richard Trieu2012-01-191-4/+2
* Change the error when a '+=' follows a declaration to suggest a fixit to '=' ...Richard Trieu2012-01-181-0/+2
* Improve diagnostics for dangling '}'.Nico Weber2012-01-171-0/+1
* Update C++11 scoped enumeration support to match the final proposal:Richard Smith2012-01-101-1/+1
* Tweak to r147599 for PR10828: Move the check from the parser into sema, and useRichard Smith2012-01-061-3/+0
* PR10828: Produce a warning when a no-arguments function is declared in blockRichard Smith2012-01-051-1/+5
* Introduce a non-uglified syntax for module imports in Objective-C:Douglas Gregor2012-01-031-1/+1
* Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith2011-12-291-11/+11
* Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer2011-12-231-6/+6
* Add -Wdangling-else.Nico Weber2011-12-221-0/+3
* PR11297: Provide a better diagnostic for code which contains aRichard Smith2011-12-201-0/+2
* Refine error diagnostic for using bridged casts when not using ARC.Ted Kremenek2011-12-201-2/+2
* objc-arc: bridge casts in non-arc mode are nowFariborz Jahanian2011-12-191-3/+2
* objc-arc: bridge casts in non-objc-arc mode are ignord.Fariborz Jahanian2011-12-191-0/+3
* Tweak ARC diagnostic categories and rename 'Automatic Reference Counting Issu...Ted Kremenek2011-12-131-1/+1
* Extend warnings for missing '@end'.Erik Verbruggen2011-12-061-3/+6
* Diagnose use of wide string literal in 'asm' instead of crashing. Fixes <rda...Ted Kremenek2011-12-021-0/+2
* Revert most of r145372 for now. Lookahead beyond the ';' in a functionRichard Smith2011-11-301-2/+0
* PR10101: Recover better from a common copy-paste error: if a functionRichard Smith2011-11-291-0/+2
* Handle redundant 'typename' on base class specifications.David Blaikie2011-10-251-0/+2
* Fix erroneous name-specifiers prior to decltypes better/correctly as per Doug...David Blaikie2011-10-251-0/+2
* Make the -Wc++11-compat warnings ignored by default, so we don't breakDouglas Gregor2011-10-251-1/+1
* Rework Microsoft __if_exists/__if_not_exists parsing and semanticDouglas Gregor2011-10-241-0/+4