llvm-project/clang-tools-extra/cpp11-migrate
Edwin Vane 37fea69391 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
2013-02-07 18:49:23 +00:00
..
LoopConvert Fix for combined loop and nullptr convert tests 2013-02-07 18:49:23 +00:00
UseNullptr Fix for combined loop and nullptr convert tests 2013-02-07 18:49:23 +00:00
CMakeLists.txt Add use-nullptr transform to cpp11-migrate 2013-01-22 18:31:49 +00:00
Cpp11Migrate.cpp Add use-nullptr transform to cpp11-migrate 2013-01-22 18:31:49 +00:00
Makefile Add use-nullptr transform to cpp11-migrate 2013-01-22 18:31:49 +00:00
Transform.cpp Re-sort the #include lines which have gotten out of order. 2013-01-19 09:10:38 +00:00
Transform.h Fix for combined loop and nullptr convert tests 2013-02-07 18:49:23 +00:00
Transforms.cpp Add use-nullptr transform to cpp11-migrate 2013-01-22 18:31:49 +00:00
Transforms.h Port loop-convert into cpp11-migrate 2013-01-04 18:25:18 +00:00