aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticASTKinds.td
AgeCommit message (Expand)Author
2013-05-05C++1y: support for increment and decrement in constant expression evaluation.Richard Smith
2013-04-26C++1y: support simple variable assignments in constexpr functions.Richard Smith
2013-04-22C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith
2013-01-25Add space after ';'.Fariborz Jahanian
2013-01-25Improve diagnsotic further on integer overflow.Fariborz Jahanian
2013-01-24Fixes text of diagnostics in integer overflow patch.Fariborz Jahanian
2013-01-24Patch to check for integer overflow. It has beenFariborz Jahanian
2012-12-20Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith
2012-08-31Normalize line endings of r163013 (part 2).Joao Matos
2012-08-31Improved MSVC __interface support by adding first class support for it, inste...Joao Matos
2012-03-15Remove hacky temporary fix of r151585.Argyrios Kyrtzidis
2012-02-27When evaluating integer expressions include a check for sub-expressionsArgyrios Kyrtzidis
2012-02-18Implement constant expression support for __real__ and __imag__ on lvalueRichard Smith
2012-02-16constexpr tidyups:Richard Smith
2012-02-15Implement DR1454. This allows all intermediate results in constant expressionsRichard Smith
2012-02-13Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files.Dmitri Gribenko
2012-02-13Update constexpr implementation to match CWG's chosen approach for core issuesRichard Smith
2012-02-10Update to new resolution for DR1458. When taking the address of an object ofRichard Smith
2012-02-09CWG issue 1405: mutable members are allowed in literal types, but can't undergoRichard Smith
2012-02-08Implement DR1458: Taking the address of an object of incomplete class type isRichard Smith
2012-02-08Implement the agreed resolution to DR1457: a signed left shift of a 1 bit intoRichard Smith
2012-02-02constexpr:Richard Smith
2012-02-01constexpr: overflow checking for integral and floating-point arithmetic.Richard Smith
2012-02-01constexpr: require 'this' to point to an object in a constexpr method call.Richard Smith
2012-02-01constexpr: add support for comparisons of pointer-to-members.Richard Smith
2012-01-31constexpr: the result of a relational operator between pointers to void isRichard Smith
2012-01-31constexpr: catch a collection of integral undefined behaviors:Richard Smith
2012-01-06C++11 generalized constant expressions: implement checking and diagnostics forRichard Smith
2011-12-27constexpr: support for evaluation and codegen of typeid constants.Richard Smith
2011-12-21constexpr: diagnostic improvements for invalid lvalue-to-rvalue conversions inRichard Smith
2011-12-19constexpr handling improvements. Produce detailed diagnostics when a 'constexpr'Richard Smith
2011-12-16C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith
2011-12-13Add checks and diagnostics for many of the cases which C++11 considers to notRichard Smith
2011-12-12Further tweaking of diagnostic text for casts performing reinterpret_castRichard Smith
2011-12-12Clean up diagnostic wording for disallowed casts in C++11 constant expressions.Richard Smith
2011-12-12Implement C++11 constant expression cast restrictions.Richard Smith
2011-10-14Teach the ASTImporter not to import redundant fields.Douglas Gregor
2010-12-07Implement AST import for Objective-C property implementationsDouglas Gregor
2010-11-30Implement basic AST importing and merging support for class templateDouglas Gregor
2010-05-24push categories forward a bit more: document them, add someChris Lattner
2010-02-17Implement AST merging for Objective-C properties.Douglas Gregor
2010-02-17Implement AST importing and checking for Objective-C method declarations.Douglas Gregor
2010-02-17Implement AST importing of Objective-C instance variables. Douglas Gregor
2010-02-12Implement AST importing and merging for enumeration types andDouglas Gregor
2010-02-11When AST merging for record declarations fails, warn about theDouglas Gregor
2010-02-10Implement basic support for merging function declarations acrossDouglas Gregor
2010-02-09Complain about types and declarations that we don't know how to import.Douglas Gregor
2010-02-08Implement basic importing and merging of variable declarations withinDouglas Gregor
2009-03-14Update tablegen diagnostic files to be in sync with the def files.Sebastian Redl
2009-03-04The basic representation of diagnostics information in tablegen format, plus ...Sebastian Redl