aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/Diagnostic.cpp
AgeCommit message (Expand)Author
2009-10-23Fixed undefined behavior in pushMappings when the stack has to resize.John Thompson
2009-10-20teach FormatDiagnostic to aggregate previously formatted arguments andChris Lattner
2009-10-18PR5218: Replace IdentifierInfo::getName with StringRef version, now that clientsDaniel Dunbar
2009-10-17Use raw_ostream for formatting integers, and use IdentifierInfo::getNameStrDaniel Dunbar
2009-10-16increase helpfulness of assert message.Chris Lattner
2009-10-13Unify our diagnostic printing for errors of the form, "we didn't likeDouglas Gregor
2009-09-17Initial implementation of a code-completion interface in Clang. InDouglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-26Improve diagnostics and recovery when the nested-name-specifier of aDouglas Gregor
2009-07-12add push/pop semantics for diagnostics. Patch by Louis Gerbarg!Chris Lattner
2009-06-15Base SFINAE error suppression counting on the class of an error, notDouglas Gregor
2009-06-14Update LLVM.Douglas Gregor
2009-05-02when creating custom warning diagnostics, do not attempt to mapChris Lattner
2009-04-20Don't crash in the diagnostic printer if we happen to get passed aDaniel Dunbar
2009-04-19move group twiddling options into Diagnostic.cpp instead ofChris Lattner
2009-04-16optimize and comment GetDiagInfo.Chris Lattner
2009-04-16merge several scattered tables into StaticDiagInfo.Chris Lattner
2009-04-16Implement Diagnostic::getWarningOptionForDiag with information from tblgen,Chris Lattner
2009-04-16tblgen is now passing diagnostic group information in the .inc file, ignore i...Chris Lattner
2009-04-16implement framework for -fdiagnostics-show-option, but tblgen isn'tChris Lattner
2009-04-16move handling of -pedantic and -pedantic-errors into Diagnostics,Chris Lattner
2009-04-16arrange for -Wno-error=foo warnings to be immune to -Werror as Chris Lattner
2009-04-16change mappings to distinguish between "unset", "set by the user" and Chris Lattner
2009-04-15fix some out of bounds array access problems, which manifest particularlyChris Lattner
2009-04-15move {'sChris Lattner
2009-04-15Make diagnostic class explicit in the diag record instead ofChris Lattner
2009-04-15Tblgen now passes the default mapping explicitly, instead of having it Chris Lattner
2009-04-15Rejigger how -pedantic and -pedantic-errors work and their interactionChris Lattner
2009-03-20Eliminate post-diagnostic hooks. Instead, implement a Sema-specificDouglas Gregor
2009-03-19Bindir and Win32 builds work, so switch to .inc files. Leave the .def files i...Sebastian Redl
2009-03-19Allow notes to be printed following a fatal error, then suppress anyDouglas Gregor
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
2009-03-12Driver: Use standard Diagnostic interface for diagnostics.Daniel Dunbar
2009-03-10Add a notion of "post-diagnostic hooks", which are callbacks attachedDouglas Gregor
2009-03-07Revert my last couple patches until I can get them to not make the tests fail.Ted Kremenek
2009-03-07Teach Diagnostic about Selector.Ted Kremenek
2009-02-19replace a dirty hack with a clean solution. Too bad we can't Chris Lattner
2009-02-19Fix a long standard problem with clang retaining "too much" sugar Chris Lattner
2009-02-17fix a minor bug with my previous patchChris Lattner
2009-02-17fix notes so that they are always filtered with the same logic Chris Lattner
2009-02-06don't emit any diagnostics after a fatal one.Chris Lattner
2009-02-05add support to the diagnostics machinery for mapping warnings andChris Lattner
2009-02-04Some name-lookup-related fixes, from Piotr Rak!Douglas Gregor
2009-01-29next round of diagnostics cleanups, moving some Chris Lattner
2009-01-29Fix -Wimplicit-function-declaration, which required some refactoring andChris Lattner
2009-01-27Split the single monolithic DiagnosticKinds.def file into oneChris Lattner
2009-01-23Added virtual method DiagnosticClient::IncludeInDiagnosticCounts(). This is ...Ted Kremenek
2009-01-16Change some terminology in SourceLocation: instead of referring to Chris Lattner