History log of /external/clang/unittests/Tooling/RefactoringTest.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
46fa4c355bd45197dff580b63240494a53b16c1d 19-Jul-2013 Manuel Klimek <klimek@google.com> Adds overlapsWith and contains predicates on tooling::Range.

Patch by Guillaume Papin.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186670 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/unittests/Tooling/RefactoringTest.cpp
1ec4a86a867fc04f35d13bc9e33b04cf2171fe41 05-Jul-2013 Rafael Espindola <rafael.espindola@gmail.com> Use llvm::sys::fs::createTemporaryFile.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185717 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/unittests/Tooling/RefactoringTest.cpp
902a86385361d5d0a3ae731c89a5b62e470dd875 26-Jun-2013 Rafael Espindola <rafael.espindola@gmail.com> Remove last use of PathV1.h from clang.

Instead of creating a temporary directory, remember the set of temporary files
we create.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184951 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/unittests/Tooling/RefactoringTest.cpp
2db9828139c36f7d6fadbf57b0eb0c2915416b91 11-Jun-2013 Rafael Espindola <rafael.espindola@gmail.com> Include PathV1.h in a file that uses it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183786 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/unittests/Tooling/RefactoringTest.cpp
6bd3b93200c6ae141d0f7444ffb4cacd52b183ed 21-May-2013 Daniel Jasper <djasper@google.com> Let clang-format move the cursor appropriately.

With this patch, clang-format will try to keep the cursor at the
original code position in editor integrations (implemented for emacs and
vim). This means, after formatting, clang-format will try to keep the
cursor on the same character of the same token.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182373 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/unittests/Tooling/RefactoringTest.cpp
cfa88f893915ceb8ae4ce2f17c46c24a4d67502f 12-Jan-2013 Dmitri Gribenko <gribozavr@gmail.com> Remove useless 'llvm::' qualifier from names like StringRef and others that are
brought into 'clang' namespace by clang/Basic/LLVM.h


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172323 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/unittests/Tooling/RefactoringTest.cpp
1050e8b2252d89a0004a6fd25a58dab88b5ee625 04-Dec-2012 Chandler Carruth <chandlerc@gmail.com> Sort the #include lines for unittests/...

I've tried to place sensible headers at the top as main-module headers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169243 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/unittests/Tooling/RefactoringTest.cpp
99eb4a7920667d23a89df8fcc6429d12b36e4d57 24-Oct-2012 Douglas Gregor <dgregor@apple.com> Buildbot debugging is fun

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166516 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/unittests/Tooling/RefactoringTest.cpp
305c613af6cfc40e519c75d9d2c84c6fa9a841c0 01-Sep-2012 Ted Kremenek <kremenek@apple.com> Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
This is similar to how we divide up the StaticAnalyzer libraries to separate
core functionality to what is clearly associated with Frontend actions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163050 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/unittests/Tooling/RefactoringTest.cpp
a13d2bceaea04cb7c16b4cfbeb06f12f8e90c6c9 04-Jul-2012 Benjamin Kramer <benny.kra@googlemail.com> Update unittests for include change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159724 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/unittests/Tooling/RefactoringTest.cpp
f9d4cbd3dd1eb4cf3ec3c5ec7acc310415beeefd 23-May-2012 Manuel Klimek <klimek@google.com> Adds the Refactoring library, which is a layer on top of the Tooling library
that allows easy refactoring across translation units.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157331 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/unittests/Tooling/RefactoringTest.cpp