summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaFixItUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Sema] Revert r329346 because of memory sanitizer failures.Eugene Zelenko2018-04-051-20/+9
* [Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2018-04-051-9/+20
* Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType callRichard Smith2015-12-181-1/+1
* Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFCCraig Topper2015-11-151-2/+2
* [modules] Stop trying to fake up a linear MacroDirective history.Richard Smith2015-04-291-5/+2
* PR17290: Use 'false' macro in fix-it hint for initializing a variable of typeRichard Smith2013-09-201-10/+18
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-2/+2
* Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer2012-07-041-0/+1
* Add FixItHint for -Wnull-conversion to initialize with an appropriate literal.David Blaikie2012-04-301-29/+41
* Use character literals for vexing initialization fixit hints.David Blaikie2012-03-181-0/+8
* Refactor for clarity.Richard Smith2012-01-131-18/+24
* Don't crash while trying to diagnose a function declared at block scope with anRichard Smith2012-01-131-2/+4
* Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its:Richard Smith2012-01-121-0/+28
* Refactor the */& mismatch fixit generation out of SemaOverload and provide a ...Anna Zaks2011-07-281-0/+160