| Commit message (Expand) | Author | Age | Files | Lines |
| * | Simplify FixItHint by eliminated the unnecessary InsertionLoc | Douglas Gregor | 2010-08-18 | 1 | -9/+1 |
| * | Check whether errors should be included in the diagnostic counts. Previously, | Chandler Carruth | 2010-08-18 | 1 | -5/+7 |
| * | Remove dead code, caught by unused function warnings. | Argyrios Kyrtzidis | 2010-08-15 | 1 | -3/+0 |
| * | PR7777: Set EnabledByDefault to something useful, instead of setting it | Eli Friedman | 2010-08-01 | 1 | -1/+1 |
| * | Implement dependency analysis for the precompiled preamble. If any of | Douglas Gregor | 2010-07-31 | 1 | -16/+17 |
| * | Fix namespace polution. | Dan Gohman | 2010-07-26 | 1 | -0/+4 |
| * | Wrap bit mangling logic for DiagMappings in its own class so it doesn't leak | Benjamin Kramer | 2010-07-25 | 1 | -5/+2 |
| * | Introduce a new libclang API, clang_reparseTranslationUnit(), which | Douglas Gregor | 2010-07-19 | 1 | -26/+31 |
| * | introduce a new CharSourceRange class, and enhance the diagnostics routines | Chris Lattner | 2010-06-18 | 1 | -6/+12 |
| * | Add an option -fshow-overloads=best|all to limit the number of overload | Jeffrey Yasskin | 2010-06-11 | 1 | -0/+1 |
| * | Update the types for warning option subgroup arrays to 'short', we have more | Chandler Carruth | 2010-05-13 | 1 | -4/+4 |
| * | When -fdiagnostics-print-source-range-info is specified, | Chris Lattner | 2010-05-04 | 1 | -0/+29 |
| * | add the ability to associate 'category' names with diagnostics | Chris Lattner | 2010-05-04 | 1 | -4/+6 |
| * | Introduce a limit on the depth of the template instantiation backtrace | Douglas Gregor | 2010-04-20 | 1 | -1/+2 |
| * | Once we've emitted a fatal diagnostic, keep counting errors but with a | Douglas Gregor | 2010-04-14 | 1 | -1/+8 |
| * | fix PR6814 - Only print [-pedantic] on a diagnostic if -pedantic | Chris Lattner | 2010-04-12 | 1 | -4/+11 |
| * | Fix null dereference in 'WriteSourceLocation' when the FileEntry is null. | Ted Kremenek | 2010-04-12 | 1 | -11/+18 |
| * | add clang -cc1 level support for "-ferror-limit 42" | Chris Lattner | 2010-04-07 | 1 | -2/+2 |
| * | add capabilities to stop emitting errors after some limit. | Chris Lattner | 2010-04-07 | 1 | -0/+7 |
| * | Instead of counting totally diagnostics, split the count into a count | Chris Lattner | 2010-04-07 | 1 | -2/+5 |
| * | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor | 2010-03-31 | 1 | -5/+5 |
| * | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor | 2010-03-31 | 1 | -5/+5 |
| * | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor | 2010-03-31 | 1 | -5/+5 |
| * | Optimize PartialDiagnostic's memory-allocation behavior by placing a | Douglas Gregor | 2010-03-29 | 1 | -0/+11 |
| * | Teach the diagnostic engine to provide more detailed information about | Douglas Gregor | 2010-03-25 | 1 | -4/+14 |
| * | Fix a thinko and a typo in the delayed-diagnostic code. | Douglas Gregor | 2010-03-22 | 1 | -3/+4 |
| * | Introduce the notion of a single "delayed" diagnostic into the | Douglas Gregor | 2010-03-22 | 1 | -0/+47 |
| * | Use a little binary header in serialized diagnostics to help the deserializer... | Douglas Gregor | 2010-02-19 | 1 | -3/+26 |
| * | Re-apply my diagnostics-capture patch for CIndex, with some tweaks to | Douglas Gregor | 2010-02-18 | 1 | -1/+1 |
| * | Rework how CIndex handles diagnostics. Rather than using a callback, | Douglas Gregor | 2010-02-18 | 1 | -142/+168 |
| * | Suppress warnings if their instantiation location is in a system header, not | John McCall | 2010-02-11 | 1 | -1/+1 |
| * | Introduce serialization and deserialization of diagnostic information | Douglas Gregor | 2010-01-28 | 1 | -0/+217 |
| * | Pre-emptive bugfixes in the diagnostics code: allow arbitrary punctuation | John McCall | 2010-01-14 | 1 | -8/+35 |
| * | Add the %ordinal format modifier for turning '1' into '1st'. Hard-coded for | John McCall | 2010-01-14 | 1 | -0/+35 |
| * | Perform format-expansion on %select results. | John McCall | 2010-01-13 | 1 | -5/+13 |
| * | implement -W[no-]fatal-errors, patch by Christian Adåker! | Chris Lattner | 2009-12-22 | 1 | -0/+13 |
| * | Remove 'LangOpts' from Diagnostic (added in http://llvm.org/viewvc/llvm-proje... | Steve Naroff | 2009-12-05 | 1 | -1/+0 |
| * | Integrate the following from the 'objective-rewrite' branch: | Steve Naroff | 2009-12-05 | 1 | -1/+2 |
| * | Convert Diagnostic::getCustomDiagID to take a StringRef. | Daniel Dunbar | 2009-12-01 | 1 | -2/+2 |
| * | Fixed undefined behavior in pushMappings when the stack has to resize. | John Thompson | 2009-10-23 | 1 | -0/+2 |
| * | teach FormatDiagnostic to aggregate previously formatted arguments and | Chris Lattner | 2009-10-20 | 1 | -3/+25 |
| * | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar | 2009-10-18 | 1 | -1/+1 |
| * | Use raw_ostream for formatting integers, and use IdentifierInfo::getNameStr | Daniel Dunbar | 2009-10-17 | 1 | -10/+4 |
| * | increase helpfulness of assert message. | Chris Lattner | 2009-10-16 | 1 | -1/+6 |
| * | Unify our diagnostic printing for errors of the form, "we didn't like | Douglas Gregor | 2009-10-13 | 1 | -0/+1 |
| * | Initial implementation of a code-completion interface in Clang. In | Douglas Gregor | 2009-09-17 | 1 | -0/+4 |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -49/+49 |
| * | Improve diagnostics and recovery when the nested-name-specifier of a | Douglas Gregor | 2009-08-26 | 1 | -0/+1 |
| * | add push/pop semantics for diagnostics. Patch by Louis Gerbarg! | Chris Lattner | 2009-07-12 | 1 | -1/+16 |
| * | Base SFINAE error suppression counting on the class of an error, not | Douglas Gregor | 2009-06-15 | 1 | -1/+1 |