summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticCommonKinds.td
Commit message (Expand)AuthorAgeFilesLines
...
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-241-1/+5
* Move -mfpmath handling to -cc1 and implement it for x86.Rafael Espindola2013-08-211-0/+3
* Remove duplicated error checking.Rafael Espindola2013-08-201-1/+0
* Partially revert r186903.Eli Friedman2013-07-261-1/+1
* Integers which are too large should be an error.Eli Friedman2013-07-231-4/+4
* Put some diagnostics in DiagnosticCommonKinds.td in a category, mirroring wha...Ted Kremenek2013-05-091-0/+10
* PR15633: Note that we are EnteringContext when parsing the nested nameRichard Smith2013-04-011-0/+1
* Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith2013-03-181-2/+0
* revert r176531 due to clan-native-arm failsWeiming Zhao2013-03-061-2/+0
* PR 11326: Lack diagnosic message when ABI conflicts on ARMWeiming Zhao2013-03-051-0/+2
* Detect when we end up trying to load conflicting module files.Douglas Gregor2013-02-061-0/+4
* Downgrade 'attribute ignored when parsing type' from error to warning, to matchRichard Smith2013-01-291-0/+2
* Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525>Douglas Gregor2013-01-041-2/+0
* Made the "expected string literal" diagnostic more expressiveAndy Gibbs2012-11-171-1/+3
* Refactored duplicate string literal lexing code within Preprocessor, into aAndy Gibbs2012-11-171-0/+1
* Include 'long long' extension warning in the LongLong group so that it can beDmitri Gribenko2012-09-241-1/+1
* Change the wording of the extension warning fromDmitri Gribenko2012-09-241-1/+4
* Pulls diagnostics for temp file handling into the common diagnostic kinds.Manuel Klimek2012-05-161-0/+4
* Imrpove the note text for when a non-type decl hides a tag typeKaelyn Uhrain2012-04-271-2/+2
* Add note to help explain why a tag such as 'struct' is needed to referKaelyn Uhrain2012-04-261-0/+2
* Support for raw and template forms of numeric user-defined literals,Richard Smith2012-03-091-0/+4
* User-defined literals: reject string and character UDLs in all places where theRichard Smith2012-03-061-0/+2
* Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files.Dmitri Gribenko2012-02-131-2/+0
* Add checks and diagnostics for many of the cases which C++11 considers to notRichard Smith2011-12-131-0/+1
* C++11 constant expressions: Don't use CheckICE in C++11; instead, determineRichard Smith2011-12-091-2/+2
* -Wc++98-compat warnings for the lexer.Richard Smith2011-10-151-0/+3
* Reinstate r141898 (reverted in r141921), without the -Wc++98-compat-variadic-...Richard Smith2011-10-141-0/+3
* Revert the -Wc++98-compat flag because dgregor doesn't like it.Jeffrey Yasskin2011-10-141-3/+0
* Rename -Wc++0x-compat, -Wc++0x-extensions and -Wc++0x-narrowing from c++0x toRichard Smith2011-10-131-1/+1
* Implement the first piece of a -Wc++98-compat flag so that people can build inJeffrey Yasskin2011-10-131-0/+3
* Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor2011-10-121-1/+1
* Add explicit attributes to mark functions as having had theirJohn McCall2011-09-301-0/+1
* Introduce an opt-in warning when a module is being implicitly builtDouglas Gregor2011-09-291-0/+2
* Detect cyclic module dependencies in a manner that is rather moreDouglas Gregor2011-09-151-1/+3
* When an import statement fails to find a module in the module cache,Douglas Gregor2011-09-121-0/+1
* Switch the "no module found" default-fatal warning to a default-fatal error.Douglas Gregor2011-08-311-1/+1
* Introduce support for a simple module import declaration, whichDouglas Gregor2011-08-261-1/+2
* Automatic Reference Counting.John McCall2011-06-151-0/+1
* Properly parse the 'default' and 'delete' keywords.Sean Hunt2011-05-121-0/+2
* Fix diagnostics to start with a lower case letterSean Hunt2011-05-061-2/+2
* Do defaulted constructors properly.Sean Hunt2011-05-061-0/+4
* Revert r130912 in order to approach defaulted functions from the otherSean Hunt2011-05-061-4/+0
* Implement some framework for defaulted constructors.Sean Hunt2011-05-051-0/+4
* Place duplicate argument declaration in inFariborz Jahanian2011-03-121-0/+2
* Fix scoping of method declarations and issue Fariborz Jahanian2011-02-091-0/+1
* Variadic templates are fully implemented.Douglas Gregor2011-01-191-1/+1
* Downgrade the "variadic templates are a C++0x feature" error to anDouglas Gregor2011-01-191-2/+2
* Add an AST representation for non-type template parameterDouglas Gregor2010-12-231-0/+2
* Revert Microsoft-specific override of the "typedef requires a name"Douglas Gregor2010-07-161-1/+2
* Add an option to specify the target C++ ABI to the frontend. Use it toCharles Davis2010-06-111-0/+1