aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticIDs.h
AgeCommit message (Expand)Author
2011-12-09Separate the serialization library's diagnostics from the frontend'sChandler Carruth
2011-12-06Extend warnings for missing '@end'.Erik Verbruggen
2011-11-14Print a typo correction hint for unknown warning flags.Benjamin Kramer
2011-10-20Further refine the diagnostic categories for ARC diagnostics. Addresses <rda...Ted Kremenek
2011-10-12Implement built-in macro '__has_warning', which allows one to query if a warn...Ted Kremenek
2011-09-29Basic/Diagnostic: Kill off a few unnecessary functions now that refactoring i...Daniel Dunbar
2011-09-29Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnosticLevel completely to be...Daniel Dunbar
2011-09-29Basic/Diagnostics: Add three explicit bits to DiagnosticMappingInfo to track ...Daniel Dunbar
2011-09-29Basic/Diagnostics: Add a DiagnosticIDs::getDiagnosticsInGroup method, and useDaniel Dunbar
2011-09-29Basic/Diagnostics: Add a DiagnosticMappingInfo helper class, and switch toDaniel Dunbar
2011-09-29Basic/Diagnostic: Eliminate the extra "mapping" out-parameter now that I kill...Daniel Dunbar
2011-09-29Basic/Diagnostics: Add an isDefaultMappingAsError method, and switch TextDiag...Daniel Dunbar
2011-09-29Fix 80-col viola.Daniel Dunbar
2011-09-29Basic/Diagnostics: Split out the default warning "no-Werror" andDaniel Dunbar
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-08-12Remove extra semicolons.Bill Wendling
2011-08-09Provide diag_iterator for iterating over the built-in diagnostic IDs/names in...Ted Kremenek
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-06-15Missing files.John McCall
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-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-163000 Sema diagnostics should be enough for anyone.Chandler Carruth
2011-01-27Separate the access-control diagnostics from other diagnostics that do not ha...Douglas Gregor
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