summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticIDs.h
Commit message (Expand)AuthorAgeFilesLines
* DiagnosticParseKinds is close to running into DiagnosticASTKinds.Manuel Klimek2014-11-111-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Use -Rblah, not -Wblah, to control remark diagnostics. This was always theRichard Smith2014-08-071-5/+15
* TextDiagnosticPrinter: use the mapped level for remark flag computationAlp Toker2014-06-221-3/+0
* Use the ShowInSystemHeader bit consistently for all diagnosticsAlp Toker2014-06-161-3/+1
* Complete the switch from mappings to declarative diagnostic severitiesAlp Toker2014-06-121-16/+15
* Improve diagnostic mapping terminologyAlp Toker2014-06-101-14/+14
* Show -Wdate-time in system headersAlp Toker2014-06-101-5/+0
* Add support for optimization reports.Diego Novillo2014-04-161-0/+3
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-281-8/+9
* Enforce safe usage of DiagnosticsEngine::getCustomDiagID()Alp Toker2014-01-261-2/+7
* Apply some LLVM_READONLY / LLVM_READNONE on diagnostic functionsAlp Toker2014-01-061-6/+6
* Rather than duplicating extension diagnostics to allow them to cause aRichard Smith2013-11-121-1/+1
* Make getDiagnosticsInGroup helper method a static function in the cpp file an...Craig Topper2013-08-291-7/+0
* DiagnosticIDs: Forbid Diag ID from being validDavid Majnemer2013-07-201-1/+3
* Minor documentation cleanupJames Dennett2013-07-041-10/+13
* Fix typos: [Dd]iagnosic -> [Dd]iagnosticStefanus Du Toit2013-03-011-1/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-7/+3
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-1/+2
* Emit -verify diagnostics even when we have a fatal error.Jordan Rose2012-07-111-0/+4
* Documentation cleanup:James Dennett2012-07-021-36/+36
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-021-3/+4
* Convert comments to proper Doxygen comments.Dmitri Gribenko2012-06-081-4/+4
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-1/+1
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-1/+1
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-151-25/+0
* Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer2012-02-091-9/+1
* Due to a bug, -Wno-everything works like -Weverything. Fix the bug by havingArgyrios Kyrtzidis2012-01-271-0/+3
* Separate the serialization library's diagnostics from the frontend'sChandler Carruth2011-12-091-8/+9
* Extend warnings for missing '@end'.Erik Verbruggen2011-12-061-1/+1
* Print a typo correction hint for unknown warning flags.Benjamin Kramer2011-11-141-0/+4
* Further refine the diagnostic categories for ARC diagnostics. Addresses <rda...Ted Kremenek2011-10-201-0/+4
* Implement built-in macro '__has_warning', which allows one to query if a warn...Ted Kremenek2011-10-121-1/+1
* Basic/Diagnostic: Kill off a few unnecessary functions now that refactoring i...Daniel Dunbar2011-09-291-10/+2
* Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnosticLevel completely to be...Daniel Dunbar2011-09-291-11/+1
* Basic/Diagnostics: Add three explicit bits to DiagnosticMappingInfo to track ...Daniel Dunbar2011-09-291-2/+19
* Basic/Diagnostics: Add a DiagnosticIDs::getDiagnosticsInGroup method, and useDaniel Dunbar2011-09-291-6/+17
* Basic/Diagnostics: Add a DiagnosticMappingInfo helper class, and switch toDaniel Dunbar2011-09-291-0/+28
* Basic/Diagnostic: Eliminate the extra "mapping" out-parameter now that I kill...Daniel Dunbar2011-09-291-4/+2
* Basic/Diagnostics: Add an isDefaultMappingAsError method, and switch TextDiag...Daniel Dunbar2011-09-291-0/+4
* Fix 80-col viola.Daniel Dunbar2011-09-291-4/+4
* Basic/Diagnostics: Split out the default warning "no-Werror" andDaniel Dunbar2011-09-291-1/+1
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-7/+8
* Remove extra semicolons.Bill Wendling2011-08-121-1/+1
* Provide diag_iterator for iterating over the built-in diagnostic IDs/names in...Ted Kremenek2011-08-091-0/+19
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-9/+10
* Missing files.John McCall2011-06-151-0/+4
* A StringRef-ication of the DiagnosticIDs API and internals.Argyrios Kyrtzidis2011-05-251-9/+12