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