]> granicus.if.org Git - clang/commit
Re-fix r129481 and r129465 properly. Nulls fixits shouldn't be dropped in
authorEli Friedman <eli.friedman@gmail.com>
Thu, 14 Apr 2011 00:51:41 +0000 (00:51 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 14 Apr 2011 00:51:41 +0000 (00:51 +0000)
commitdde5557e87e1163ad792471e0bdbb2cd17894576
treef2d8cbac0f64d3d0243c044b8ededaaa9fd24218
parent0d8dc460ae02e29d0b2abb4d6d093736e2f920ea
Re-fix r129481 and r129465 properly.  Nulls fixits shouldn't be dropped in
DiagnosticBuilder::AddFixItHint: they will be dropped along with any
other (possibly valid) fixits later.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129495 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Diagnostic.h
lib/Sema/SemaExpr.cpp