aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticIDs.h
AgeCommit message (Expand)Author
2019-05-01Bump DIAG_SIZE_SEMA, as we've hit it.Scott Linder
2019-04-30Fix inconsistency in calculating DIAG_START_ values.Russell Gallop
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-15[modules] Frontend support for building a header module from a list ofRichard Smith
2018-07-30Remove trailing spaceFangrui Song
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2017-12-20Make DiagnosticIDs::getAllDiagnostics use std::vector. NFC.Gabor Horvath
2017-11-14Make DiagnosticIDs::getAllDiagnostics static. NFC.Gabor Horvath
2017-10-20Implement current CWG direction for support of arrays of unknown bounds inRichard Smith
2017-10-16[refactor] allow the use of refactoring diagnosticsAlex Lorenz
2017-09-22Add Cross Translation Unit support libraryGabor Horvath
2017-08-30Revert "Improve constant expression evaluation of arrays of unknown bound."Martin Bohme
2017-08-29Improve constant expression evaluation of arrays of unknown bound.Richard Smith
2017-08-28Change Diagnostic Category size error from runtime to compiletimeErich Keane
2017-07-16[Bash-autocompletion] Add support for -W<warning> and -Wno<warning>Yuka Takahashi
2017-06-01Increase the limit for the number of DiagnosticLexKinds.td diags.Yaron Keren
2017-05-03[modules] Round-trip -Werror flag through explicit module build.Richard Smith
2017-04-12Serialization: Simulate -Werror settings in implicit modulesDuncan P. N. Exon Smith
2016-02-03Bump DiagnosticSemaKinds count; we're close to hitting it.Manman Ren
2016-01-06Bump DiagnosticDriverKinds count; we're close to hitting it.Ahmed Bougacha
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-05-01[MS ABI] Detect and diagnose vftables which cannot be createdDavid Majnemer
2014-11-11DiagnosticParseKinds is close to running into DiagnosticASTKinds.Manuel Klimek
2014-08-13Header guard canonicalization, clang part.Benjamin Kramer
2014-08-07Use -Rblah, not -Wblah, to control remark diagnostics. This was always theRichard Smith
2014-06-22TextDiagnosticPrinter: use the mapped level for remark flag computationAlp Toker
2014-06-16Use the ShowInSystemHeader bit consistently for all diagnosticsAlp Toker
2014-06-12Complete the switch from mappings to declarative diagnostic severitiesAlp Toker
2014-06-10Improve diagnostic mapping terminologyAlp Toker
2014-06-10Show -Wdate-time in system headersAlp Toker
2014-04-16Add support for optimization reports.Diego Novillo
2014-02-28Add 'remark' diagnostic type in 'clang'Tobias Grosser
2014-01-26Enforce safe usage of DiagnosticsEngine::getCustomDiagID()Alp Toker
2014-01-06Apply some LLVM_READONLY / LLVM_READNONE on diagnostic functionsAlp Toker
2013-11-12Rather than duplicating extension diagnostics to allow them to cause aRichard Smith
2013-08-29Make getDiagnosticsInGroup helper method a static function in the cpp file an...Craig Topper
2013-07-20DiagnosticIDs: Forbid Diag ID from being validDavid Majnemer
2013-07-04Minor documentation cleanupJames Dennett
2013-03-01Fix typos: [Dd]iagnosic -> [Dd]iagnosticStefanus Du Toit
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-07-11Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko
2012-07-11Emit -verify diagnostics even when we have a fatal error.Jordan Rose
2012-07-02Documentation cleanup:James Dennett
2012-07-02Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett
2012-06-08Convert comments to proper Doxygen comments.Dmitri Gribenko
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith