| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update LLVM. | Douglas Gregor | 2009-06-14 | 1 | -8/+17 |
* | when creating custom warning diagnostics, do not attempt to map | Chris Lattner | 2009-05-02 | 1 | -5/+0 |
* | Don't crash in the diagnostic printer if we happen to get passed a | Daniel Dunbar | 2009-04-20 | 1 | -0/+13 |
* | move group twiddling options into Diagnostic.cpp instead of | Chris Lattner | 2009-04-19 | 1 | -0/+58 |
* | optimize and comment GetDiagInfo. | Chris Lattner | 2009-04-16 | 1 | -6/+32 |
* | merge several scattered tables into StaticDiagInfo. | Chris Lattner | 2009-04-16 | 1 | -144/+19 |
* | Implement Diagnostic::getWarningOptionForDiag with information from tblgen, | Chris Lattner | 2009-04-16 | 1 | -10/+19 |
* | tblgen is now passing diagnostic group information in the .inc file, ignore i... | Chris Lattner | 2009-04-16 | 1 | -3/+4 |
* | implement framework for -fdiagnostics-show-option, but tblgen isn't | Chris Lattner | 2009-04-16 | 1 | -0/+7 |
* | move handling of -pedantic and -pedantic-errors into Diagnostics, | Chris Lattner | 2009-04-16 | 1 | -3/+20 |