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