summaryrefslogtreecommitdiff
path: root/include/clang/Basic/Diagnostic.h
Commit message (Expand)AuthorAge
* DiagnosticIDs: use diagnostic severities to simplify extension handlingAlp Toker2014-06-22
* Use the ShowInSystemHeader bit consistently for all diagnosticsAlp Toker2014-06-16
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-15
* DiagnosticsEngine: update severity setters to new terminologyAlp Toker2014-06-12
* Use StringRef to simplify code. No functional change.Craig Topper2014-06-12
* Use ArrayRef in some function parameters instead of a pointer and count. No f...Craig Topper2014-06-12
* Improve diagnostic mapping terminologyAlp Toker2014-06-10
* Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine.Alexander Kornienko2014-05-22
* Revert "Revert "Another try at making MSVC happy again.""Alp Toker2014-05-11
* Revert "Another try at making MSVC happy again."Alp Toker2014-05-11
* Make DiagnosticsEngine non-copyableAlp Toker2014-05-11
* Another try at making MSVC happy again.Benjamin Kramer2014-05-11
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-10
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Reapply r207477 and r207479 without cyclic dependencyBen Langmuir2014-04-29
* Revert r207477 (and r207479), "Check -Werror options during module validation"NAKAMURA Takumi2014-04-29
* Check -Werror options during module validationBen Langmuir2014-04-29
* Use a manipulator to add a value to the current diagnostic flag.Diego Novillo2014-04-22
* DiagnosticsEngine::Report(): Fix a warning. [-Wdocumentation]NAKAMURA Takumi2014-04-22
* Allow adding a value to a flag in diagnostics.Diego Novillo2014-04-21
* Only allow streaming exactly type 'bool' to a DiagnosticBuilder, not anythingRichard Smith2014-03-12
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-11
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-07
* Added an inserter for ArrayRef<SourceRange>.Alexander Kornienko2014-03-06
* [C++11] Drop legacy conditionals for TokenKind's underlying typeAlp Toker2014-03-02
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-28
* Roll back the use of ConstStringRef for nowAlp Toker2014-01-27
* Use ConstStringRef facility for getCustomDiagID() safetyAlp Toker2014-01-27
* Update docstrings following the param name change in r200132Alp Toker2014-01-26
* Enforce safe usage of DiagnosticsEngine::getCustomDiagID()Alp Toker2014-01-26
* Remove flawed diagnostic mapping functionsAlp Toker2014-01-26
* Correct underlying integer type of enum TokenKindAlp Toker2014-01-06
* Teach the diagnostics engine about the Attr type to make reporting on semanti...Aaron Ballman2013-12-26
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-24
* Document the Message parameter of getCustomDiagID()Alp Toker2013-12-23
* Cleanup redundant include.Rafael Espindola2013-10-21
* Add new diagnostic messages when too many arguments are presented to aRichard Trieu2013-07-23
* Implement DR257 / fix PR16659:Richard Smith2013-07-22
* Use only explicit bool conversion operatorDavid Blaikie2013-05-15
* Revert r177218.Argyrios Kyrtzidis2013-05-03
* Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor2013-05-03
* When building a module, forward diagnostics to the outer diagnostic consumer.Douglas Gregor2013-05-03
* Fix typo. This method isn't used anywhere.Benjamin Kramer2013-03-31
* Remove -Wspellcheck and replace it with a diagnostic option.Argyrios Kyrtzidis2013-03-16
* Fix typos: [Dd]iagnosic -> [Dd]iagnosticStefanus Du Toit2013-03-01
* Simplify. No behavior change.Nico Weber2013-01-07
* Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith2012-12-20
* Fix analysis based warnings so that all warnings are emitted when compilingDeLesley Hutchins2012-12-07
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* Handle string encoding diagnostics when there are too many invalid ranges.David Blaikie2012-10-30