summaryrefslogtreecommitdiff
path: root/include/clang/Driver/DriverDiagnostic.h
Commit message (Expand)AuthorAge
* Rather than duplicating extension diagnostics to allow them to cause aRichard Smith2013-11-12
* Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer2012-02-09
* Basic/Diagnostics: Split out the default warning "no-Werror" andDaniel Dunbar2011-09-29
* Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor2011-04-15
* Separate the access-control diagnostics from other diagnostics that do not ha...Douglas Gregor2011-01-27
* add the ability to associate 'category' names with diagnosticsChris Lattner2010-05-04
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-09
* Update LLVM.Douglas Gregor2009-06-14
* tblgen is now passing diagnostic group information in the .inc file, ignore i...Chris Lattner2009-04-16
* Tblgen now passes the default mapping explicitly, instead of having it Chris Lattner2009-04-15
* Bindir and Win32 builds work, so switch to .inc files. Leave the .def files i...Sebastian Redl2009-03-19
* Revert the switch to the tablegen diags. It fails for seperate objdir builds ...Sebastian Redl2009-03-14
* Switch diagnostics from .def to tablegen files. Please validate the Windows b...Sebastian Redl2009-03-14
* Driver: Use standard Diagnostic interface for diagnostics.Daniel Dunbar2009-03-12
* remove two empty filesChris Lattner2009-01-29
* next round of diagnostics cleanups, moving some Chris Lattner2009-01-29
* Fix -Wimplicit-function-declaration, which required some refactoring andChris Lattner2009-01-29
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-29