summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticCommonKinds.td
Commit message (Expand)AuthorAge
...
* Fix scoping of method declarations and issue Fariborz Jahanian2011-02-09
* Variadic templates are fully implemented.Douglas Gregor2011-01-19
* Downgrade the "variadic templates are a C++0x feature" error to anDouglas Gregor2011-01-19
* Add an AST representation for non-type template parameterDouglas Gregor2010-12-23
* Revert Microsoft-specific override of the "typedef requires a name"Douglas Gregor2010-07-16
* Add an option to specify the target C++ ABI to the frontend. Use it toCharles Davis2010-06-11
* enhance sourcemgr to detect various UTF BOM's and emit a fatal errorChris Lattner2010-04-20
* Downgrade the "declaration does not declare anything" error to aDouglas Gregor2010-04-08
* add capabilities to stop emitting errors after some limit.Chris Lattner2010-04-07
* Use a simple diagnostic (file modified) when we detect that a file hasDouglas Gregor2010-03-17
* Use SourceManager's Diagnostic object for all file-reading errors,Douglas Gregor2010-03-16
* Introduce a new BufferResult class to act as the return type ofDouglas Gregor2010-03-15
* Issue a bettter diagnostics for incorrect property setter name.Fariborz Jahanian2010-02-15
* ARM: Fix predefines (__ARM_ARCH_..., __REGISTER_PREFIX).Daniel Dunbar2009-12-18
* Improve the diagnostic when a new declaration conflicts with a using shadowJohn McCall2009-12-10
* Add TargetOptions and use it when constructing targets.Daniel Dunbar2009-11-15
* Reject -I- in driver instead of clang-cc.Daniel Dunbar2009-10-29
* Add support for -Wno-long-long.Eli Friedman2009-07-30
* move some pp diags to the right .td file.Chris Lattner2009-04-15
* annotate diagnostics with which groups they belong to. Each Chris Lattner2009-04-15
* now that we've decoupled diagnostic classes from default mappings,Chris Lattner2009-04-15
* Update tablegen diagnostic files to be in sync with the def files.Sebastian Redl2009-03-14
* The basic representation of diagnostics information in tablegen format, plus ...Sebastian Redl2009-03-04