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