summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/DiagnosticIDs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a unique_ptr instead of manual memory management for CustomDiagInfoNico Weber2019-07-151-5/+3
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-031-5/+2
* [libclang] Fix CXTranslationUnit_KeepGoingIvan Donchevskii2019-03-071-1/+6
* Fix the behavior of clang's -w flag.James Y Knight2019-01-291-6/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* Make DiagnosticIDs::getAllDiagnostics use std::vector. NFC.Gabor Horvath2017-12-201-1/+1
* Make DiagnosticIDs::getAllDiagnostics static. NFC.Gabor Horvath2017-11-141-1/+1
* [refactor] allow the use of refactoring diagnosticsAlex Lorenz2017-10-161-1/+4
* Add Cross Translation Unit support libraryGabor Horvath2017-09-221-1/+3
* Change Diagnostic Category size error from runtime to compiletimeErich Keane2017-08-281-12/+23
* [Bash-autocompletion] Fixed typo and add '-' after -WnoYuka Takahashi2017-07-221-1/+1
* [Bash-autocompletion] Add support for -W<warning> and -Wno<warning>Yuka Takahashi2017-07-161-0/+12
* DiagnosticsEngine should clear DelayedDiagID before reporting theAlex Lorenz2017-05-041-0/+4
* [modules] Round-trip -Werror flag through explicit module build.Richard Smith2017-05-031-13/+9
* Remove and replace DiagStatePoint tracking and lookup data structure.Richard Smith2017-01-261-4/+1
* [PCH/preamble] Make sure that if the preamble/PCH was serialized with errors ...Argyrios Kyrtzidis2016-07-131-1/+1
* Optionally demote fatal errors to non-fatal errors.Manuel Klimek2016-03-011-0/+6
* Add an unnecessary makeArrayRef I add earlier. I didn't realize range-based f...Craig Topper2015-10-181-1/+1
* Use std::is_sorted instead of a manual loop.Craig Topper2015-10-181-5/+4
* Replace a static compare function with a lambda. NFCCraig Topper2015-10-171-7/+5
* Use a range-based for loop. Use std::end instead of pointer+array_lengthof. NFCCraig Topper2015-10-171-11/+9
* Further increase helfulness of assert messageRichard Barton2015-10-161-4/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-5/+5
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-5/+5
* Simplify boolean expressions in clang with clang-tidyDavid Blaikie2015-03-091-1/+1
* Make DiagnosticErrorTrap work even if SuppressAllDiagnostics is enabled.Richard Smith2014-12-051-10/+11
* Remove unused DiagnosticsEngine::NumErrorsSuppressed member.Rafael Espindola2014-10-221-1/+0
* Simplify this logic now that -W can't be applied to remarks. No functionality...Richard Smith2014-08-211-8/+1
* Use -Rblah, not -Wblah, to control remark diagnostics. This was always theRichard Smith2014-08-071-16/+46
* Remove this pointer that is converted to bool. In well-defined contexts, theRichard Trieu2014-08-011-3/+7
* DiagnosticIDs: use diagnostic severities to simplify extension handlingAlp Toker2014-06-221-17/+2
* TextDiagnosticPrinter: use the mapped level for remark flag computationAlp Toker2014-06-221-5/+0
* Use the ShowInSystemHeader bit consistently for all diagnosticsAlp Toker2014-06-161-7/+7
* Permit -Wswitch coverage for enumerations.Saleem Abdulrasool2014-06-121-1/+1
* Basic: fix warnings from GCCSaleem Abdulrasool2014-06-121-0/+1
* Complete the switch from mappings to declarative diagnostic severitiesAlp Toker2014-06-121-45/+49
* Improve diagnostic mapping terminologyAlp Toker2014-06-101-28/+27
* Show -Wdate-time in system headersAlp Toker2014-06-101-13/+6
* [C++11] Use 'nullptr'.Craig Topper2014-05-081-8/+6
* Add support for optimization reports.Diego Novillo2014-04-161-0/+5
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-281-3/+12
* Update docstrings following the param name change in r200132Alp Toker2014-01-261-3/+3
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Document the Message parameter of getCustomDiagID()Alp Toker2013-12-231-0/+3
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* Remove C++11ism.Richard Smith2013-11-121-1/+1
* Rather than duplicating extension diagnostics to allow them to cause aRichard Smith2013-11-121-20/+7
OpenPOWER on IntegriCloud