Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbdbe9e22ba3a383fff73546ff59b94f8a46f595
/
clang
/
unittests
/
Tooling
/
RefactoringTest.cpp
4c1ef97a
Added formatAndApplyAllReplacements that works on multiple files in libTooling.
by Eric Liu
· 10 years ago
b12e5a5
Add functions to apply replacements and reformat them.
by Manuel Klimek
· 10 years ago
06d5af4
Revert "Implement new interfaces for code-formatting when applying replacements."
by Manuel Klimek
· 10 years ago
4823631
Implement new interfaces for code-formatting when applying replacements.
by Manuel Klimek
· 10 years ago
3fed945
Fix calculation of shifted cursor/code positions. Specifically support
by Daniel Jasper
· 10 years ago
d89ae9d
clang-format: Add initial #include sorting capabilities.
by Daniel Jasper
· 10 years ago
94a8923
Allow replacements created from token ranges to specify language options.
by Manuel Klimek
· 10 years ago
34eb207
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 11 years ago
13156b6
Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
by David Blaikie
· 11 years ago
a885796
Make VFS and FileManager match the current MemoryBuffer API.
by Benjamin Kramer
· 11 years ago
efffbee
Tooling: Ignore file names in tooling::deduplicate.
by Benjamin Kramer
· 11 years ago
6beb6aa
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
by David Blaikie
· 11 years ago
62a56f3
Revert "unique_ptr-ify ownership of ASTConsumers"
by David Blaikie
· 11 years ago
a51666a
unique_ptr-ify ownership of ASTConsumers
by David Blaikie
· 11 years ago
c080917
Replace llvm::error_code with std::error_code.
by Rafael Espindola
· 11 years ago
416fa34
[C++11] Use 'nullptr'. Unittests edition.
by Craig Topper
· 11 years ago
4fcf0c7
Fix two test-only leaks found by LSan.
by Nico Weber
· 12 years ago
3255134
Reverted r192992 broke windows and freebsd builds.
by Ariel J. Bernal
· 12 years ago
4dc53c2
This patch fixes replacements that are not applied when relative paths are
by Ariel J. Bernal
· 12 years ago
e7288fe
Revert commit r192299 until find a way to account for simlinks in OS X.
by Ariel J. Bernal
· 12 years ago
ee863ce
This patch fixes replacements that are not applied when relative paths are
by Ariel J. Bernal
· 12 years ago
18e503c
Adding a vector version of clang::tooling::shiftedCodePosition().
by Edwin Vane
· 12 years ago
c514848
Have Range::overlapsWith use positive logic
by Edwin Vane
· 12 years ago
349e1c1
Adding a vector version of tooling::applyAllReplacements
by Edwin Vane
· 12 years ago
f59b1a9
Fixing a conflict detection bug in tooling::deduplicate
by Edwin Vane
· 12 years ago
938f688
Introduce Replacement deduplication and conflict detection function
by Edwin Vane
· 12 years ago
dce2347
Adds overlapsWith and contains predicates on tooling::Range.
by Manuel Klimek
· 12 years ago
a36e78e
Use llvm::sys::fs::createTemporaryFile.
by Rafael Espindola
· 12 years ago
641c6a1
Remove last use of PathV1.h from clang.
by Rafael Espindola
· 12 years ago
cf833e4
Include PathV1.h in a file that uses it.
by Rafael Espindola
· 12 years ago
2a250b8
Let clang-format move the cursor appropriately.
by Daniel Jasper
· 12 years ago
f857950
Remove useless 'llvm::' qualifier from names like StringRef and others that are
by Dmitri Gribenko
· 13 years ago
320d966
Sort the #include lines for unittests/...
by Chandler Carruth
· 13 years ago
275e883
Buildbot debugging is fun
by Douglas Gregor
· 13 years ago
cdf8149
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
by Ted Kremenek
· 13 years ago
eb7b9f8
Update unittests for include change.
by Benjamin Kramer
· 13 years ago
3f00134
Adds the Refactoring library, which is a layer on top of the Tooling library
by Manuel Klimek
· 13 years ago