Age | Commit message (Expand) | Author |
2011-11-09 | Workaround for compilers that don't implement C++ DR45, from Tom Honermann! | Douglas Gregor |
2011-10-20 | Fix all 80 col violations in include/clang/Basic, plus any trailing whitespac... | David Blaikie |
2011-10-03 | Don't crash when trying to emit too many fixits. Also, keep some constants in | Matt Beaumont-Gay |
2011-09-26 | Rename DiagnosticInfo to Diagnostic as per issue 5397 | David Blaikie |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2011-02-23 | Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the r... | Ted Kremenek |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-10-12 | Introduce support for emitting diagnostics (warnings + their notes) | Douglas Gregor |
2010-06-18 | introduce a new CharSourceRange class, and enhance the diagnostics routines | Chris Lattner |
2010-04-02 | Resolve a layering violation by making AddTaggedVal public for | Chandler Carruth |
2010-03-31 | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor |
2010-03-31 | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor |
2010-03-31 | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor |
2010-03-29 | When copying a partial diagnostic into a DependentDiagnostic, allocate | Douglas Gregor |
2010-03-29 | Optimize PartialDiagnostic's memory-allocation behavior by placing a | Douglas Gregor |
2010-03-16 | Perform access control for the implicit base and member destructor calls | John McCall |
2010-01-24 | Mark PartialDiagnostic.h as a C++ header | Sebastian Redl |
2010-01-12 | Don't emit string-comparison or self-comparison warnings in | Douglas Gregor |
2009-12-12 | Give PartialDiagnostic copy semantics rather than move semantics, since we ty... | Douglas Gregor |
2009-12-12 | Remove unnecessary pointers from PartialDiagnostic | Douglas Gregor |
2009-10-26 | Add fixit hint to bitwise precedence warning. | Sebastian Redl |
2009-10-09 | Add CheckCallReturnType and start using it for regular call expressions. This... | Anders Carlsson |
2009-09-25 | WIP implementation of explicit instantiation of function templates, | Douglas Gregor |
2009-08-27 | New RequireNonAbstractType function. | Anders Carlsson |
2009-08-26 | The PartialDiagnostic constructor doesn't need to be explicit. | Anders Carlsson |
2009-08-26 | More improvements to PartialDiagnostic. | Anders Carlsson |
2009-08-26 | Add the partially implemented PartialDiagnostic class. | Anders Carlsson |