summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/DiagnosticIDs.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make getDiagnosticsInGroup helper method a static function in the cpp file an...Craig Topper2013-08-291-15/+16
* Move individual group name strings from the OptionTable into one big char arr...Craig Topper2013-08-291-14/+11
* Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4...Craig Topper2013-08-281-5/+4
* Merge diagnostic group tables to reduce data size and relocation entries.Craig Topper2013-08-281-10/+8
* Replace 'unsigned short' with 'uint16_t' in a packed data structure for consi...Craig Topper2013-07-211-1/+1
* Revert r186649 because it wasn't unnecessary and add a comment.Craig Topper2013-07-211-7/+11
* DiagnosticIDs: Forbid Diag ID from being validDavid Majnemer2013-07-201-8/+4
* Remove unnecessary IsFirst variable from debug codde in GetDiagInfo.Craig Topper2013-07-191-11/+7
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-151-4/+4
* Fix typos: [Dd]iagnosic -> [Dd]iagnosticStefanus Du Toit2013-03-011-3/+3
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-7/+5
* DiagnosticIds: Fix offset/ID calculation, no impact outside this code.Argyrios Kyrtzidis2013-01-021-2/+4
* Speed up looking up static diagnostic infos.Benjamin Kramer2012-12-111-8/+41
* Fix analysis based warnings so that all warnings are emitted when compilingDeLesley Hutchins2012-12-071-0/+4
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+0
* Set Diag.ErrorOccurred even if a DiagnosticConsumer does not want it inDaniel Jasper2012-09-281-3/+2
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-0/+1
* Emit -verify diagnostics even when we have a fatal error.Jordan Rose2012-07-111-20/+11
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-13/+0
OpenPOWER on IntegriCloud