summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticIDs.h
Commit message (Expand)AuthorAgeFilesLines
* [modules] Frontend support for building a header module from a list ofRichard Smith2018-09-151-1/+1
* Remove trailing spaceFangrui Song2018-07-301-11/+11
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-31/+31
* Make DiagnosticIDs::getAllDiagnostics use std::vector. NFC.Gabor Horvath2017-12-201-1/+1
* Make DiagnosticIDs::getAllDiagnostics static. NFC.Gabor Horvath2017-11-141-2/+2
* Implement current CWG direction for support of arrays of unknown bounds inRichard Smith2017-10-201-1/+1
* [refactor] allow the use of refactoring diagnosticsAlex Lorenz2017-10-161-2/+4
* Add Cross Translation Unit support libraryGabor Horvath2017-09-221-1/+3
* Revert "Improve constant expression evaluation of arrays of unknown bound."Martin Bohme2017-08-301-1/+1
* Improve constant expression evaluation of arrays of unknown bound.Richard Smith2017-08-291-1/+1
* Change Diagnostic Category size error from runtime to compiletimeErich Keane2017-08-281-11/+24
* [Bash-autocompletion] Add support for -W<warning> and -Wno<warning>Yuka Takahashi2017-07-161-0/+8
* Increase the limit for the number of DiagnosticLexKinds.td diags.Yaron Keren2017-06-011-1/+1
* [modules] Round-trip -Werror flag through explicit module build.Richard Smith2017-05-031-8/+14
* Serialization: Simulate -Werror settings in implicit modulesDuncan P. N. Exon Smith2017-04-121-0/+24
* Bump DiagnosticSemaKinds count; we're close to hitting it.Manman Ren2016-02-031-1/+1
* Bump DiagnosticDriverKinds count; we're close to hitting it.Ahmed Bougacha2016-01-061-1/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [MS ABI] Detect and diagnose vftables which cannot be createdDavid Majnemer2015-05-011-1/+1
* 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