summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticASTKinds.td
Commit message (Expand)AuthorAge
* PR5683: Issue a warning when subtracting pointers to types of zero size, andRichard Smith2013-09-10
* C++1y: track object lifetime during constexpr evaluation, and don't allowRichard Smith2013-07-24
* PR16377: Allow evaluation of statement expressions in constant evaluation,Richard Smith2013-06-20
* PR14503: Don't assert if a constexpr constructor temploid instantiates to aRichard Smith2013-06-18
* Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith2013-06-05
* C++1y: Add a step limit to constexpr evaluation, to catch runaway loops.Richard Smith2013-05-08
* C++1y: support for increment and decrement in constant expression evaluation.Richard Smith2013-05-05
* C++1y: support simple variable assignments in constexpr functions.Richard Smith2013-04-26
* C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith2013-04-22
* Add space after ';'.Fariborz Jahanian2013-01-25
* Improve diagnsotic further on integer overflow.Fariborz Jahanian2013-01-25
* Fixes text of diagnostics in integer overflow patch.Fariborz Jahanian2013-01-24
* Patch to check for integer overflow. It has beenFariborz Jahanian2013-01-24
* Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith2012-12-20
* Normalize line endings of r163013 (part 2).Joao Matos2012-08-31
* Improved MSVC __interface support by adding first class support for it, inste...Joao Matos2012-08-31
* Remove hacky temporary fix of r151585.Argyrios Kyrtzidis2012-03-15
* When evaluating integer expressions include a check for sub-expressionsArgyrios Kyrtzidis2012-02-27
* Implement constant expression support for __real__ and __imag__ on lvalueRichard Smith2012-02-18
* constexpr tidyups:Richard Smith2012-02-16
* Implement DR1454. This allows all intermediate results in constant expressionsRichard Smith2012-02-15
* Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files.Dmitri Gribenko2012-02-13
* Update constexpr implementation to match CWG's chosen approach for core issuesRichard Smith2012-02-13
* Update to new resolution for DR1458. When taking the address of an object ofRichard Smith2012-02-10
* CWG issue 1405: mutable members are allowed in literal types, but can't undergoRichard Smith2012-02-09
* Implement DR1458: Taking the address of an object of incomplete class type isRichard Smith2012-02-08
* Implement the agreed resolution to DR1457: a signed left shift of a 1 bit intoRichard Smith2012-02-08
* constexpr:Richard Smith2012-02-02
* constexpr: overflow checking for integral and floating-point arithmetic.Richard Smith2012-02-01
* constexpr: require 'this' to point to an object in a constexpr method call.Richard Smith2012-02-01
* constexpr: add support for comparisons of pointer-to-members.Richard Smith2012-02-01
* constexpr: the result of a relational operator between pointers to void isRichard Smith2012-01-31
* constexpr: catch a collection of integral undefined behaviors:Richard Smith2012-01-31
* C++11 generalized constant expressions: implement checking and diagnostics forRichard Smith2012-01-06
* constexpr: support for evaluation and codegen of typeid constants.Richard Smith2011-12-27
* constexpr: diagnostic improvements for invalid lvalue-to-rvalue conversions inRichard Smith2011-12-21
* constexpr handling improvements. Produce detailed diagnostics when a 'constexpr'Richard Smith2011-12-19
* C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith2011-12-16
* Add checks and diagnostics for many of the cases which C++11 considers to notRichard Smith2011-12-13
* Further tweaking of diagnostic text for casts performing reinterpret_castRichard Smith2011-12-12
* Clean up diagnostic wording for disallowed casts in C++11 constant expressions.Richard Smith2011-12-12
* Implement C++11 constant expression cast restrictions.Richard Smith2011-12-12
* Teach the ASTImporter not to import redundant fields.Douglas Gregor2011-10-14
* Implement AST import for Objective-C property implementationsDouglas Gregor2010-12-07
* Implement basic AST importing and merging support for class templateDouglas Gregor2010-11-30
* push categories forward a bit more: document them, add someChris Lattner2010-05-24
* Implement AST merging for Objective-C properties.Douglas Gregor2010-02-17
* Implement AST importing and checking for Objective-C method declarations.Douglas Gregor2010-02-17
* Implement AST importing of Objective-C instance variables. Douglas Gregor2010-02-17
* Implement AST importing and merging for enumeration types andDouglas Gregor2010-02-12