aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/PartialDiagnostic.h
AgeCommit message (Expand)Author
2019-05-03SemaOverload: Complete candidates before emitting the error, to ensure diagno...David Blaikie
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-02-16[Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko
2017-07-05Customize the SFINAE diagnostics for enable_if to provide the failed condition.Douglas Gregor
2015-10-04SourceRanges are small and trivially copyable, don't them by reference.Craig Topper
2014-08-13Header guard canonicalization, clang part.Benjamin Kramer
2014-05-23Clean DiagRanges. Fix a possible problem introduced in r209468.Alexander Kornienko
2014-05-22Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine.Alexander Kornienko
2014-05-06[C++11] Use 'nullptr'Craig Topper
2014-03-07[C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer
2014-03-01[C++11] Remove use of LLVM_HAS_RVALUE_REFERENCES from Clang. This macroChandler Carruth
2013-08-17Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-06Simplify PDiag's move assignment overload a bit, the self-move check isn't ac...Benjamin Kramer
2012-12-06Add move semantics to PartialDiagnostic, which can be very expensive to copy.Benjamin Kramer
2012-07-02Documentation cleanup:James Dennett
2012-07-02Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett
2012-05-07When we suppress an error due to SFINAE, stash the diagnostic away with theRichard Smith
2012-03-08[Basic] PartialDiagnostic: Manual split out the cold part of freeStorage(), theDaniel Dunbar
2012-02-07Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer
2012-02-04Move Storage and StorageAllocator out of the PartialDiagnostic class so we ca...Benjamin Kramer
2012-02-03Change the fixed array of FixitHints to a SmallVector to lift offArgyrios Kyrtzidis
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