aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/DiagnosticIDs.cpp
AgeCommit message (Expand)Author
2011-05-25A StringRef-ication of the DiagnosticIDs API and internals.Argyrios Kyrtzidis
2011-04-21Don't hide #warnings in a system header, same as gcc. Fixes rdar://8495837.Argyrios Kyrtzidis
2011-04-21Move the check whether a diagnostic must be ignored because it is in a system...Argyrios Kyrtzidis
2011-04-15Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor
2011-02-25Teach TextDiagnosticPrinter to print out '-Werror' in addition to the warning...Ted Kremenek
2011-02-03If any Fix-Its attached to a diagnostic have invalid source locationsDouglas Gregor
2011-01-27Separate the access-control diagnostics from other diagnostics that do not ha...Douglas Gregor
2011-01-14Properly propagate #pragma diagnostic mappings from PCH but not command-line ...Argyrios Kyrtzidis
2011-01-07Update AST reader/writer to handle new AppleKext.Fariborz Jahanian
2010-12-15Fix diagnostic pragmas.Argyrios Kyrtzidis
2010-11-18Refactoring of Diagnostic class.Argyrios Kyrtzidis