]> granicus.if.org Git - clang/commit
Simplify FixItHint by eliminated the unnecessary InsertionLoc
authorDouglas Gregor <dgregor@apple.com>
Wed, 18 Aug 2010 14:24:02 +0000 (14:24 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 18 Aug 2010 14:24:02 +0000 (14:24 +0000)
commit783c56f47745f719590b17afd7ed937bf2407b53
tree143425eeda3a41f746d55761be44faaa98f0e97e
parent6aa03e6dc72623f04af415527bf580ec189ab7f6
Simplify FixItHint by eliminated the unnecessary InsertionLoc
location. Patch by Eelis van der Weegen!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111362 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Diagnostic.h
lib/Basic/Diagnostic.cpp
lib/Frontend/TextDiagnosticPrinter.cpp
lib/Rewrite/FixItRewriter.cpp
tools/libclang/CIndexDiagnostic.cpp