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
/
DiagnosticCommonKinds.td
Age
Commit message (
Expand
)
Author
2011-12-13
Add checks and diagnostics for many of the cases which C++11 considers to not
Richard Smith
2011-12-09
C++11 constant expressions: Don't use CheckICE in C++11; instead, determine
Richard Smith
2011-10-15
-Wc++98-compat warnings for the lexer.
Richard Smith
2011-10-14
Reinstate r141898 (reverted in r141921), without the -Wc++98-compat-variadic-...
Richard Smith
2011-10-14
Revert the -Wc++98-compat flag because dgregor doesn't like it.
Jeffrey Yasskin
2011-10-13
Rename -Wc++0x-compat, -Wc++0x-extensions and -Wc++0x-narrowing from c++0x to
Richard Smith
2011-10-13
Implement the first piece of a -Wc++98-compat flag so that people can build in
Jeffrey Yasskin
2011-10-12
Switch diagnostic text from "C++0x" over to "C++11".
Douglas Gregor
2011-09-30
Add explicit attributes to mark functions as having had their
John McCall
2011-09-29
Introduce an opt-in warning when a module is being implicitly built
Douglas Gregor
2011-09-15
Detect cyclic module dependencies in a manner that is rather more
Douglas Gregor
2011-09-12
When an import statement fails to find a module in the module cache,
Douglas Gregor
2011-08-31
Switch the "no module found" default-fatal warning to a default-fatal error.
Douglas Gregor
2011-08-26
Introduce support for a simple module import declaration, which
Douglas Gregor
2011-06-15
Automatic Reference Counting.
John McCall
2011-05-12
Properly parse the 'default' and 'delete' keywords.
Sean Hunt
2011-05-06
Fix diagnostics to start with a lower case letter
Sean Hunt
2011-05-06
Do defaulted constructors properly.
Sean Hunt
2011-05-06
Revert r130912 in order to approach defaulted functions from the other
Sean Hunt
2011-05-05
Implement some framework for defaulted constructors.
Sean Hunt
2011-03-12
Place duplicate argument declaration in in
Fariborz Jahanian
2011-02-09
Fix scoping of method declarations and issue
Fariborz Jahanian
2011-01-19
Variadic templates are fully implemented.
Douglas Gregor
2011-01-19
Downgrade the "variadic templates are a C++0x feature" error to an
Douglas Gregor
2010-12-23
Add an AST representation for non-type template parameter
Douglas Gregor
2010-07-16
Revert Microsoft-specific override of the "typedef requires a name"
Douglas Gregor
2010-06-11
Add an option to specify the target C++ ABI to the frontend. Use it to
Charles Davis
2010-04-20
enhance sourcemgr to detect various UTF BOM's and emit a fatal error
Chris Lattner
2010-04-08
Downgrade the "declaration does not declare anything" error to a
Douglas Gregor
2010-04-07
add capabilities to stop emitting errors after some limit.
Chris Lattner
2010-03-17
Use a simple diagnostic (file modified) when we detect that a file has
Douglas Gregor
2010-03-16
Use SourceManager's Diagnostic object for all file-reading errors,
Douglas Gregor
2010-03-15
Introduce a new BufferResult class to act as the return type of
Douglas Gregor
2010-02-15
Issue a bettter diagnostics for incorrect property setter name.
Fariborz Jahanian
2009-12-18
ARM: Fix predefines (__ARM_ARCH_..., __REGISTER_PREFIX).
Daniel Dunbar
2009-12-10
Improve the diagnostic when a new declaration conflicts with a using shadow
John McCall
2009-11-15
Add TargetOptions and use it when constructing targets.
Daniel Dunbar
2009-10-29
Reject -I- in driver instead of clang-cc.
Daniel Dunbar
2009-07-30
Add support for -Wno-long-long.
Eli Friedman
2009-04-15
move some pp diags to the right .td file.
Chris Lattner
2009-04-15
annotate diagnostics with which groups they belong to. Each
Chris Lattner
2009-04-15
now that we've decoupled diagnostic classes from default mappings,
Chris Lattner
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