summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticGroups.td
Commit message (Expand)AuthorAgeFilesLines
* -Wc++98-compat warnings for the lexer.Richard Smith2011-10-151-0/+2
* Reinstate r141898 (reverted in r141921), without the -Wc++98-compat-variadic-...Richard Smith2011-10-141-0/+2
* Revert the -Wc++98-compat flag because dgregor doesn't like it.Jeffrey Yasskin2011-10-141-8/+0
* Rename -Wc++0x-compat, -Wc++0x-extensions and -Wc++0x-narrowing from c++0x toRichard Smith2011-10-131-3/+6
* Implement the first piece of a -Wc++98-compat flag so that people can build inJeffrey Yasskin2011-10-131-0/+9
* Implement built-in macro '__has_warning', which allows one to query if a warn...Ted Kremenek2011-10-121-0/+1
* Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor2011-10-121-1/+1
* objc: Turn diagnostic on property type mismatch inFariborz Jahanian2011-10-041-0/+1
* constexpr: semantic checking for constexpr variables.Richard Smith2011-09-291-3/+1
* Add a warning group for warnings about using C1X features as extensionsPeter Collingbourne2011-09-291-0/+3
* Introduce an opt-in warning when a module is being implicitly builtDouglas Gregor2011-09-291-0/+1
* Fix typo. string-convervion -> string-conversionRichard Trieu2011-09-281-1/+1
* Move string literal to bool conversion into its own warning flag -Wstring-con...Richard Trieu2011-09-261-0/+1
* Add DiagGroups to a couple of warnings.Matt Beaumont-Gay2011-09-231-0/+1
* Use a group for a diagnostics I added late.Fariborz Jahanian2011-09-141-0/+1
* Place 'equality comparison with extraneous parentheses...' into a subgroup of...Ted Kremenek2011-09-061-1/+3
* Allow C99 hexfloats in C++0x mode. This change resolves the standardsDouglas Gregor2011-08-301-2/+2
* Thread safety: Adding a name to the thread safety diagnostic group to prevent...Caitlin Sadowski2011-08-291-1/+1
* Control 'invalid conversion specifier' warnings under a subflag (-Wformat-inv...Ted Kremenek2011-08-271-1/+2
* Warn on missing [super dealloc] calls.Nico Weber2011-08-221-0/+2
* Treating the unused equality comparisons as something other than part ofChandler Carruth2011-08-171-3/+3
* Introduce a new warning, -Wtop-level-comparison. This warning isChandler Carruth2011-08-171-2/+3
* Place warnings related to incorrect "main()" declaration under "-Wmain".Ted Kremenek2011-08-121-1/+1
* objective-c: Using existing infrastructure for finding Fariborz Jahanian2011-08-101-0/+1
* Thread Safety: Added basic argument parsing for all new attributes.Caitlin Sadowski2011-08-091-0/+3
* Specialize diag::warn_unused_call for the "warn_unused_result" attribute, soMatt Beaumont-Gay2011-08-041-1/+2
* Take -Wvector-conversions out of -Wmost; it needs a lot ofJohn McCall2011-08-041-1/+0
* Introduce a Fix-It for the "missing sentinel" warning, adding anDouglas Gregor2011-07-301-0/+1
* objective-c: warn if implementation of a method in categoryFariborz Jahanian2011-07-281-0/+1
* This patch implements as much of the narrowing conversion error specified byJeffrey Yasskin2011-07-261-1/+2
* objc - Diagnose missing method return type specifier underFariborz Jahanian2011-07-211-0/+2
* Name the "c++0x-compat" warning group, and fix the names of twoJeffrey Yasskin2011-07-191-1/+1
* Support for catching objc pointer objects in c++ catch-statementFariborz Jahanian2011-06-231-0/+3
* Put all ARC-related warnings into the "arc" diagnostic group.Argyrios Kyrtzidis2011-06-221-1/+8
* Warn for un-parenthesized '&' inside '|' (a & b | c), rdar://9553326.Argyrios Kyrtzidis2011-06-201-1/+3
* Automatic Reference Counting.John McCall2011-06-151-0/+2
* Warn on "void f(int a[10]) { sizeof(a); }"Nico Weber2011-06-151-0/+2
* Bad table discription of fromat-y2k causes Fariborz Jahanian2011-06-141-2/+2
* Implement a warning flag for the warning about default arguments makingSean Hunt2011-06-031-0/+1
* Rename -Wunknown-attributes to -Wattributes to match GCC.Ted Kremenek2011-06-011-1/+1
* Add new warning that warns when invoking 'delete' on a polymorphic, non-final...Argyrios Kyrtzidis2011-05-241-0/+3
* Change cycle detection to be based off of a warning flag.Sean Hunt2011-05-051-0/+2
* Change -Wparentheses to not imply -Widiomatic-parentheses. Users rarely want...Ted Kremenek2011-04-291-3/+4
* Put -Wunneeded-internal-declaration under UnusedFunction group so it will be ...Argyrios Kyrtzidis2011-04-241-10/+6
* GCC overloads -Wwrite-strings just to make it extra confusing. While itChandler Carruth2011-04-231-1/+4
* We regard a function as 'unused' from the codegen perspective, so our warning...Argyrios Kyrtzidis2011-04-191-1/+8
* Put "#pragma message ..." into its own warning (human friendly) category.Ted Kremenek2011-03-301-0/+2
* Add a new warning for exit-time destructors.Anders Carlsson2011-03-241-0/+1
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-231-0/+1
* Add an opt-in -Wheader-hygiene, which current diagnoses the use ofDouglas Gregor2011-03-181-0/+1