summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/ASTDiagnostic.h
Commit message (Expand)AuthorAgeFilesLines
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Use StringRef to simplify code. No functional change.Craig Topper2014-06-121-4/+2
* Use ArrayRef in some function parameters instead of a pointer and count. No f...Craig Topper2014-06-121-2/+1
* Rather than duplicating extension diagnostics to allow them to cause aRichard Smith2013-11-121-1/+1
* More ArrayRef-ification of methods.Bill Wendling2012-02-221-1/+1
* Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer2012-02-091-1/+1
* Basic/Diagnostics: Split out the default warning "no-Werror" andDaniel Dunbar2011-09-291-1/+1
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-5/+5
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-2/+2
* Apply patch from Richard Trieu to fix PR9548:Chandler Carruth2011-07-111-10/+12
* Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor2011-04-151-1/+2
* Separate the access-control diagnostics from other diagnostics that do not ha...Douglas Gregor2011-01-271-1/+1
* add the ability to associate 'category' names with diagnosticsChris Lattner2010-05-041-1/+1
* Move the diagnostic argument formatting function out of Sema and makeDouglas Gregor2010-02-091-1/+21
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-1/+1
* Update LLVM.Douglas Gregor2009-06-141-1/+1
* tblgen is now passing diagnostic group information in the .inc file, ignore i...Chris Lattner2009-04-161-1/+1
* Tblgen now passes the default mapping explicitly, instead of having it Chris Lattner2009-04-151-1/+1
* Bindir and Win32 builds work, so switch to .inc files. Leave the .def files i...Sebastian Redl2009-03-191-1/+1
* Revert the switch to the tablegen diags. It fails for seperate objdir builds ...Sebastian Redl2009-03-141-1/+1
* Switch diagnostics from .def to tablegen files. Please validate the Windows b...Sebastian Redl2009-03-141-1/+1
* next round of diagnostics cleanups, moving some Chris Lattner2009-01-291-0/+1
* Fix -Wimplicit-function-declaration, which required some refactoring andChris Lattner2009-01-291-1/+0
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-291-0/+27