aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/FrontendDiagnostic.h
AgeCommit message (Expand)Author
2012-02-09Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer
2011-09-29Basic/Diagnostics: Split out the default warning "no-Werror" andDaniel Dunbar
2011-04-15Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor
2011-01-27Separate the access-control diagnostics from other diagnostics that do not ha...Douglas Gregor
2010-05-04add the ability to associate 'category' names with diagnosticsChris Lattner
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-06-14Update LLVM.Douglas Gregor
2009-04-16tblgen is now passing diagnostic group information in the .inc file, ignore i...Chris Lattner
2009-04-15Tblgen now passes the default mapping explicitly, instead of having it Chris Lattner
2009-03-19Bindir and Win32 builds work, so switch to .inc files. Leave the .def files i...Sebastian Redl
2009-03-14Revert the switch to the tablegen diags. It fails for seperate objdir builds ...Sebastian Redl
2009-03-14Switch diagnostics from .def to tablegen files. Please validate the Windows b...Sebastian Redl
2009-03-12Add Diagnostic files for Frontend and move a couple errors over.Daniel Dunbar