summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/Diagnostic.h
Commit message (Expand)AuthorAgeFilesLines
* Destroy the diagnostic client first in ~DiagnosticEngineReid Kleckner2014-12-171-0/+1
* Make DiagnosticsEngine::takeClient return std::unique_ptr<>Alexander Kornienko2014-11-171-8/+4
* Remove unused DiagnosticsEngine::NumErrorsSuppressed member.Rafael Espindola2014-10-221-1/+0
* 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-3/+8
* Simplify warning flag value handling from r206826Alp Toker2014-07-091-13/+9
* DiagnosticIDs: use diagnostic severities to simplify extension handlingAlp Toker2014-06-221-12/+3
* Use the ShowInSystemHeader bit consistently for all diagnosticsAlp Toker2014-06-161-2/+2
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-151-0/+17
* DiagnosticsEngine: update severity setters to new terminologyAlp Toker2014-06-121-6/+5
* Use StringRef to simplify code. No functional change.Craig Topper2014-06-121-7/+4
* Use ArrayRef in some function parameters instead of a pointer and count. No f...Craig Topper2014-06-121-7/+6
* Improve diagnostic mapping terminologyAlp Toker2014-06-101-18/+17
* Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine.Alexander Kornienko2014-05-221-42/+16
* Revert "Revert "Another try at making MSVC happy again.""Alp Toker2014-05-111-1/+1
* Revert "Another try at making MSVC happy again."Alp Toker2014-05-111-1/+1
* Make DiagnosticsEngine non-copyableAlp Toker2014-05-111-0/+3
* Another try at making MSVC happy again.Benjamin Kramer2014-05-111-1/+1
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-4/+4
* [C++11] Use 'nullptr'Craig Topper2014-05-061-6/+6
* Reapply r207477 and r207479 without cyclic dependencyBen Langmuir2014-04-291-0/+16
* Revert r207477 (and r207479), "Check -Werror options during module validation"NAKAMURA Takumi2014-04-291-9/+0
* Check -Werror options during module validationBen Langmuir2014-04-291-0/+9
* Use a manipulator to add a value to the current diagnostic flag.Diego Novillo2014-04-221-15/+25
* DiagnosticsEngine::Report(): Fix a warning. [-Wdocumentation]NAKAMURA Takumi2014-04-221-1/+1
* Allow adding a value to a flag in diagnostics.Diego Novillo2014-04-211-3/+26
* Only allow streaming exactly type 'bool' to a DiagnosticBuilder, not anythingRichard Smith2014-03-121-2/+7
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-111-5/+5
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-071-3/+2
* Added an inserter for ArrayRef<SourceRange>.Alexander Kornienko2014-03-061-4/+12
* [C++11] Drop legacy conditionals for TokenKind's underlying typeAlp Toker2014-03-021-5/+0
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-281-0/+1
* Roll back the use of ConstStringRef for nowAlp Toker2014-01-271-2/+4
* Use ConstStringRef facility for getCustomDiagID() safetyAlp Toker2014-01-271-4/+2
* Update docstrings following the param name change in r200132Alp Toker2014-01-261-2/+2
* Enforce safe usage of DiagnosticsEngine::getCustomDiagID()Alp Toker2014-01-261-3/+6
* Remove flawed diagnostic mapping functionsAlp Toker2014-01-261-10/+0
* Correct underlying integer type of enum TokenKindAlp Toker2014-01-061-1/+1
* Teach the diagnostics engine about the Attr type to make reporting on semanti...Aaron Ballman2013-12-261-1/+2
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-241-0/+15
* Document the Message parameter of getCustomDiagID()Alp Toker2013-12-231-0/+3
* Cleanup redundant include.Rafael Espindola2013-10-211-1/+0
* Add new diagnostic messages when too many arguments are presented to aRichard Trieu2013-07-231-0/+4
* Implement DR257 / fix PR16659:Richard Smith2013-07-221-1/+8
* Use only explicit bool conversion operatorDavid Blaikie2013-05-151-1/+1
* Revert r177218.Argyrios Kyrtzidis2013-05-031-5/+0
* Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor2013-05-031-9/+0
* When building a module, forward diagnostics to the outer diagnostic consumer.Douglas Gregor2013-05-031-0/+20
* Fix typo. This method isn't used anywhere.Benjamin Kramer2013-03-311-2/+2
* Remove -Wspellcheck and replace it with a diagnostic option.Argyrios Kyrtzidis2013-03-161-0/+5