summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticASTKinds.td
Commit message (Expand)AuthorAgeFilesLines
...
* constexpr: require 'this' to point to an object in a constexpr method call.Richard Smith2012-02-011-2/+4
* constexpr: add support for comparisons of pointer-to-members.Richard Smith2012-02-011-0/+2
* constexpr: the result of a relational operator between pointers to void isRichard Smith2012-01-311-0/+2
* constexpr: catch a collection of integral undefined behaviors:Richard Smith2012-01-311-0/+4
* C++11 generalized constant expressions: implement checking and diagnostics forRichard Smith2012-01-061-1/+14
* constexpr: support for evaluation and codegen of typeid constants.Richard Smith2011-12-271-0/+3
* constexpr: diagnostic improvements for invalid lvalue-to-rvalue conversions inRichard Smith2011-12-211-0/+19
* constexpr handling improvements. Produce detailed diagnostics when a 'constexpr'Richard Smith2011-12-191-0/+2
* C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith2011-12-161-0/+4
* Add checks and diagnostics for many of the cases which C++11 considers to notRichard Smith2011-12-131-0/+18
* Further tweaking of diagnostic text for casts performing reinterpret_castRichard Smith2011-12-121-2/+2
* Clean up diagnostic wording for disallowed casts in C++11 constant expressions.Richard Smith2011-12-121-2/+2
* Implement C++11 constant expression cast restrictions.Richard Smith2011-12-121-0/+3
* Teach the ASTImporter not to import redundant fields.Douglas Gregor2011-10-141-0/+4
* Implement AST import for Objective-C property implementationsDouglas Gregor2010-12-071-0/+14
* Implement basic AST importing and merging support for class templateDouglas Gregor2010-11-301-0/+15
* push categories forward a bit more: document them, add someChris Lattner2010-05-241-10/+13
* Implement AST merging for Objective-C properties.Douglas Gregor2010-02-171-0/+3
* Implement AST importing and checking for Objective-C method declarations.Douglas Gregor2010-02-171-1/+14
* Implement AST importing of Objective-C instance variables. Douglas Gregor2010-02-171-1/+8
* Implement AST importing and merging for enumeration types andDouglas Gregor2010-02-121-1/+4
* When AST merging for record declarations fails, warn about theDouglas Gregor2010-02-111-0/+14
* Implement basic support for merging function declarations acrossDouglas Gregor2010-02-101-0/+3
* Complain about types and declarations that we don't know how to import.Douglas Gregor2010-02-091-0/+1
* Implement basic importing and merging of variable declarations withinDouglas Gregor2010-02-081-0/+8
* Update tablegen diagnostic files to be in sync with the def files.Sebastian Redl2009-03-141-2/+15
* The basic representation of diagnostics information in tablegen format, plus ...Sebastian Redl2009-03-041-0/+16