summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticCommonKinds.td
Commit message (Expand)AuthorAge
* ARCMT/GC-check-warn-nsalloc.m: don't provide a diag groupAlp Toker2014-05-19
* Get ARCMT/GC-check-warn-nsalloc.m workingAlp Toker2014-05-19
* Add two missing entries to the C++11 support page. Bump one relevant diagnosticRichard Smith2014-03-14
* ARCMigrate: Introduce proper diagnostics for TransformActionsAlp Toker2014-01-26
* Kill off obsolete err_target_unknown_cxxabi diagAlp Toker2014-01-17
* ExpectAndConsume: Diagnose errors automaticallyAlp Toker2014-01-01
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-24
* Move -mfpmath handling to -cc1 and implement it for x86.Rafael Espindola2013-08-21
* Remove duplicated error checking.Rafael Espindola2013-08-20
* Partially revert r186903.Eli Friedman2013-07-26
* Integers which are too large should be an error.Eli Friedman2013-07-23
* Put some diagnostics in DiagnosticCommonKinds.td in a category, mirroring wha...Ted Kremenek2013-05-09
* PR15633: Note that we are EnteringContext when parsing the nested nameRichard Smith2013-04-01
* Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith2013-03-18
* revert r176531 due to clan-native-arm failsWeiming Zhao2013-03-06
* PR 11326: Lack diagnosic message when ABI conflicts on ARMWeiming Zhao2013-03-05
* Detect when we end up trying to load conflicting module files.Douglas Gregor2013-02-06
* Downgrade 'attribute ignored when parsing type' from error to warning, to matchRichard Smith2013-01-29
* Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525>Douglas Gregor2013-01-04
* Made the "expected string literal" diagnostic more expressiveAndy Gibbs2012-11-17
* Refactored duplicate string literal lexing code within Preprocessor, into aAndy Gibbs2012-11-17
* Include 'long long' extension warning in the LongLong group so that it can beDmitri Gribenko2012-09-24
* Change the wording of the extension warning fromDmitri Gribenko2012-09-24
* Pulls diagnostics for temp file handling into the common diagnostic kinds.Manuel Klimek2012-05-16
* Imrpove the note text for when a non-type decl hides a tag typeKaelyn Uhrain2012-04-27
* Add note to help explain why a tag such as 'struct' is needed to referKaelyn Uhrain2012-04-26
* Support for raw and template forms of numeric user-defined literals,Richard Smith2012-03-09
* User-defined literals: reject string and character UDLs in all places where theRichard Smith2012-03-06
* Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files.Dmitri Gribenko2012-02-13
* Add checks and diagnostics for many of the cases which C++11 considers to notRichard Smith2011-12-13
* C++11 constant expressions: Don't use CheckICE in C++11; instead, determineRichard Smith2011-12-09
* -Wc++98-compat warnings for the lexer.Richard Smith2011-10-15
* Reinstate r141898 (reverted in r141921), without the -Wc++98-compat-variadic-...Richard Smith2011-10-14
* Revert the -Wc++98-compat flag because dgregor doesn't like it.Jeffrey Yasskin2011-10-14
* Rename -Wc++0x-compat, -Wc++0x-extensions and -Wc++0x-narrowing from c++0x toRichard Smith2011-10-13
* Implement the first piece of a -Wc++98-compat flag so that people can build inJeffrey Yasskin2011-10-13
* Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor2011-10-12
* Add explicit attributes to mark functions as having had theirJohn McCall2011-09-30
* Introduce an opt-in warning when a module is being implicitly builtDouglas Gregor2011-09-29
* Detect cyclic module dependencies in a manner that is rather moreDouglas Gregor2011-09-15
* When an import statement fails to find a module in the module cache,Douglas Gregor2011-09-12
* Switch the "no module found" default-fatal warning to a default-fatal error.Douglas Gregor2011-08-31
* Introduce support for a simple module import declaration, whichDouglas Gregor2011-08-26
* Automatic Reference Counting.John McCall2011-06-15
* Properly parse the 'default' and 'delete' keywords.Sean Hunt2011-05-12
* Fix diagnostics to start with a lower case letterSean Hunt2011-05-06
* Do defaulted constructors properly.Sean Hunt2011-05-06
* Revert r130912 in order to approach defaulted functions from the otherSean Hunt2011-05-06
* Implement some framework for defaulted constructors.Sean Hunt2011-05-05
* Place duplicate argument declaration in inFariborz Jahanian2011-03-12