aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Sema/SemaFixItUtils.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-18Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType callRichard Smith1-1/+1
2015-11-15Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFCCraig Topper1-2/+2
2015-04-29[modules] Stop trying to fake up a linear MacroDirective history.Richard Smith1-5/+2
2013-09-20PR17290: Use 'false' macro in fix-it hint for initializing a variable of typeRichard Smith1-10/+18
2013-01-02s/CPlusPlus0x/CPlusPlus11/gRichard Smith1-2/+2
2012-07-04Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer1-0/+1
2012-04-30Add FixItHint for -Wnull-conversion to initialize with an appropriate literal.David Blaikie1-29/+41
2012-03-18Use character literals for vexing initialization fixit hints.David Blaikie1-0/+8
2012-01-13Refactor for clarity.Richard Smith1-18/+24
2012-01-13Don't crash while trying to diagnose a function declared at block scope with anRichard Smith1-2/+4
2012-01-12Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its:Richard Smith1-0/+28
2011-07-28Refactor the */& mismatch fixit generation out of SemaOverload and provide a ...Anna Zaks1-0/+160