Age | Commit message (Expand) | Author |
2010-03-25 | Teach the diagnostic engine to provide more detailed information about | Douglas Gregor |
2010-03-22 | Fix a thinko and a typo in the delayed-diagnostic code. | Douglas Gregor |
2010-03-22 | Introduce the notion of a single "delayed" diagnostic into the | Douglas Gregor |
2010-02-19 | Use a little binary header in serialized diagnostics to help the deserializer... | Douglas Gregor |
2010-02-18 | Re-apply my diagnostics-capture patch for CIndex, with some tweaks to | Douglas Gregor |
2010-02-18 | Rework how CIndex handles diagnostics. Rather than using a callback, | Douglas Gregor |
2010-02-11 | Suppress warnings if their instantiation location is in a system header, not | John McCall |
2010-01-28 | Introduce serialization and deserialization of diagnostic information | Douglas Gregor |
2010-01-14 | Pre-emptive bugfixes in the diagnostics code: allow arbitrary punctuation | John McCall |
2010-01-14 | Add the %ordinal format modifier for turning '1' into '1st'. Hard-coded for | John McCall |
2010-01-13 | Perform format-expansion on %select results. | John McCall |
2009-12-22 | implement -W[no-]fatal-errors, patch by Christian Adåker! | Chris Lattner |
2009-12-05 | Remove 'LangOpts' from Diagnostic (added in http://llvm.org/viewvc/llvm-proje... | Steve Naroff |
2009-12-05 | Integrate the following from the 'objective-rewrite' branch: | Steve Naroff |
2009-12-01 | Convert Diagnostic::getCustomDiagID to take a StringRef. | Daniel Dunbar |
2009-10-23 | Fixed undefined behavior in pushMappings when the stack has to resize. | John Thompson |
2009-10-20 | teach FormatDiagnostic to aggregate previously formatted arguments and | Chris Lattner |
2009-10-18 | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar |
2009-10-17 | Use raw_ostream for formatting integers, and use IdentifierInfo::getNameStr | Daniel Dunbar |
2009-10-16 | increase helpfulness of assert message. | Chris Lattner |
2009-10-13 | Unify our diagnostic printing for errors of the form, "we didn't like | Douglas Gregor |
2009-09-17 | Initial implementation of a code-completion interface in Clang. In | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-26 | Improve diagnostics and recovery when the nested-name-specifier of a | Douglas Gregor |
2009-07-12 | add push/pop semantics for diagnostics. Patch by Louis Gerbarg! | Chris Lattner |
2009-06-15 | Base SFINAE error suppression counting on the class of an error, not | Douglas Gregor |
2009-06-14 | Update LLVM. | Douglas Gregor |
2009-05-02 | when creating custom warning diagnostics, do not attempt to map | Chris Lattner |
2009-04-20 | Don't crash in the diagnostic printer if we happen to get passed a | Daniel Dunbar |
2009-04-19 | move group twiddling options into Diagnostic.cpp instead of | Chris Lattner |
2009-04-16 | optimize and comment GetDiagInfo. | Chris Lattner |
2009-04-16 | merge several scattered tables into StaticDiagInfo. | Chris Lattner |
2009-04-16 | Implement Diagnostic::getWarningOptionForDiag with information from tblgen, | Chris Lattner |
2009-04-16 | tblgen is now passing diagnostic group information in the .inc file, ignore i... | Chris Lattner |
2009-04-16 | implement framework for -fdiagnostics-show-option, but tblgen isn't | Chris Lattner |
2009-04-16 | move handling of -pedantic and -pedantic-errors into Diagnostics, | Chris Lattner |
2009-04-16 | arrange for -Wno-error=foo warnings to be immune to -Werror as | Chris Lattner |
2009-04-16 | change mappings to distinguish between "unset", "set by the user" and | Chris Lattner |
2009-04-15 | fix some out of bounds array access problems, which manifest particularly | Chris Lattner |
2009-04-15 | move {'s | Chris Lattner |
2009-04-15 | Make diagnostic class explicit in the diag record instead of | Chris Lattner |
2009-04-15 | Tblgen now passes the default mapping explicitly, instead of having it | Chris Lattner |
2009-04-15 | Rejigger how -pedantic and -pedantic-errors work and their interaction | Chris Lattner |
2009-03-20 | Eliminate post-diagnostic hooks. Instead, implement a Sema-specific | Douglas Gregor |
2009-03-19 | Bindir and Win32 builds work, so switch to .inc files. Leave the .def files i... | Sebastian Redl |
2009-03-19 | Allow notes to be printed following a fatal error, then suppress any | Douglas Gregor |
2009-03-14 | Revert the switch to the tablegen diags. It fails for seperate objdir builds ... | Sebastian Redl |
2009-03-14 | Switch diagnostics from .def to tablegen files. Please validate the Windows b... | Sebastian Redl |
2009-03-12 | Add Diagnostic files for Frontend and move a couple errors over. | Daniel Dunbar |
2009-03-12 | Driver: Use standard Diagnostic interface for diagnostics. | Daniel Dunbar |