aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticCommonKinds.td
AgeCommit message (Expand)Author
2013-04-01PR15633: Note that we are EnteringContext when parsing the nested nameRichard Smith
2013-03-18Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith
2013-03-06revert r176531 due to clan-native-arm failsWeiming Zhao
2013-03-05PR 11326: Lack diagnosic message when ABI conflicts on ARMWeiming Zhao
2013-02-06Detect when we end up trying to load conflicting module files.Douglas Gregor
2013-01-29Downgrade 'attribute ignored when parsing type' from error to warning, to matchRichard Smith
2013-01-04Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525>Douglas Gregor
2012-11-17Made the "expected string literal" diagnostic more expressiveAndy Gibbs
2012-11-17Refactored duplicate string literal lexing code within Preprocessor, into aAndy Gibbs
2012-09-24Include 'long long' extension warning in the LongLong group so that it can beDmitri Gribenko
2012-09-24Change the wording of the extension warning fromDmitri Gribenko
2012-05-16Pulls diagnostics for temp file handling into the common diagnostic kinds.Manuel Klimek
2012-04-27Imrpove the note text for when a non-type decl hides a tag typeKaelyn Uhrain
2012-04-26Add note to help explain why a tag such as 'struct' is needed to referKaelyn Uhrain
2012-03-09Support for raw and template forms of numeric user-defined literals,Richard Smith
2012-03-06User-defined literals: reject string and character UDLs in all places where theRichard Smith
2012-02-13Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files.Dmitri Gribenko
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