summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticIDs.h
Commit message (Expand)AuthorAge
* TextDiagnosticPrinter: use the mapped level for remark flag computationAlp Toker2014-06-22
* Use the ShowInSystemHeader bit consistently for all diagnosticsAlp Toker2014-06-16
* Complete the switch from mappings to declarative diagnostic severitiesAlp Toker2014-06-12
* Improve diagnostic mapping terminologyAlp Toker2014-06-10
* Show -Wdate-time in system headersAlp Toker2014-06-10
* Add support for optimization reports.Diego Novillo2014-04-16
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-28
* Enforce safe usage of DiagnosticsEngine::getCustomDiagID()Alp Toker2014-01-26
* Apply some LLVM_READONLY / LLVM_READNONE on diagnostic functionsAlp Toker2014-01-06
* Rather than duplicating extension diagnostics to allow them to cause aRichard Smith2013-11-12
* Make getDiagnosticsInGroup helper method a static function in the cpp file an...Craig Topper2013-08-29
* DiagnosticIDs: Forbid Diag ID from being validDavid Majnemer2013-07-20
* Minor documentation cleanupJames Dennett2013-07-04
* Fix typos: [Dd]iagnosic -> [Dd]iagnosticStefanus Du Toit2013-03-01
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-12
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-11
* Emit -verify diagnostics even when we have a fatal error.Jordan Rose2012-07-11
* Documentation cleanup:James Dennett2012-07-02
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-02
* Convert comments to proper Doxygen comments.Dmitri Gribenko2012-06-08
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-06
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-20
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-15
* Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer2012-02-09
* Due to a bug, -Wno-everything works like -Weverything. Fix the bug by havingArgyrios Kyrtzidis2012-01-27
* Separate the serialization library's diagnostics from the frontend'sChandler Carruth2011-12-09
* Extend warnings for missing '@end'.Erik Verbruggen2011-12-06
* Print a typo correction hint for unknown warning flags.Benjamin Kramer2011-11-14
* Further refine the diagnostic categories for ARC diagnostics. Addresses <rda...Ted Kremenek2011-10-20
* Implement built-in macro '__has_warning', which allows one to query if a warn...Ted Kremenek2011-10-12
* Basic/Diagnostic: Kill off a few unnecessary functions now that refactoring i...Daniel Dunbar2011-09-29
* Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnosticLevel completely to be...Daniel Dunbar2011-09-29
* Basic/Diagnostics: Add three explicit bits to DiagnosticMappingInfo to track ...Daniel Dunbar2011-09-29
* Basic/Diagnostics: Add a DiagnosticIDs::getDiagnosticsInGroup method, and useDaniel Dunbar2011-09-29
* Basic/Diagnostics: Add a DiagnosticMappingInfo helper class, and switch toDaniel Dunbar2011-09-29
* Basic/Diagnostic: Eliminate the extra "mapping" out-parameter now that I kill...Daniel Dunbar2011-09-29
* Basic/Diagnostics: Add an isDefaultMappingAsError method, and switch TextDiag...Daniel Dunbar2011-09-29
* Fix 80-col viola.Daniel Dunbar2011-09-29
* Basic/Diagnostics: Split out the default warning "no-Werror" andDaniel Dunbar2011-09-29
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-25
* Remove extra semicolons.Bill Wendling2011-08-12
* Provide diag_iterator for iterating over the built-in diagnostic IDs/names in...Ted Kremenek2011-08-09
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-20
* Missing files.John McCall2011-06-15
* A StringRef-ication of the DiagnosticIDs API and internals.Argyrios Kyrtzidis2011-05-25
* Don't hide #warnings in a system header, same as gcc. Fixes rdar://8495837.Argyrios Kyrtzidis2011-04-21
* Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor2011-04-15
* Teach TextDiagnosticPrinter to print out '-Werror' in addition to the warning...Ted Kremenek2011-02-25