summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorEdwin Vane <edwin.vane@intel.com>2013-02-07 18:49:23 +0000
committerEdwin Vane <edwin.vane@intel.com>2013-02-07 18:49:23 +0000
commit37fea69391468fac9ba32ac6c717c25eb0f670d1 (patch)
tree082165da14787089bf25b06dd5d0943b1c496126 /clang/lib/Frontend/CompilerInvocation.cpp
parent0749262a1148a73d110885602b4d9e9017a3f04d (diff)
downloadbcm5719-llvm-37fea69391468fac9ba32ac6c717c25eb0f670d1.tar.gz
bcm5719-llvm-37fea69391468fac9ba32ac6c717c25eb0f670d1.zip
Fix for combined loop and nullptr convert tests
The rewriter was previously reading the content buffer from the file itself. Since we are now keeping the content in memory and writing to the file only once, the rewriter's buffer (from the file) was not in sync with the RefactoringTool's buffer. Adding an overrideFileContents call (similar to how Clang-format handles for this) will resolve this issue. Author: Jack Yang <jack.yang@intel.com> Reviewers: gribozavr, klimek llvm-svn: 174643
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud