Dmitri Gribenko
|
b6cbdf1b70
[Tooling] Migrated APIs that take ownership of objects to unique_ptr
|
6 rokov pred |
Jonas Devlieghere
|
49a6b09101
[Clang] Migrate llvm::make_unique to std::make_unique
|
6 rokov pred |
Harlan Haskins
|
43696f8809
[clang] Adopt new FileManager error-returning APIs
|
6 rokov pred |
Fangrui Song
|
acda1b63de
[test] Delete trailing spaces from YAML tests
|
6 rokov pred |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 rokov pred |
Jonas Devlieghere
|
ef858170ac
Lift VFS from clang to llvm (NFC)
|
6 rokov pred |
Nico Weber
|
3ffe6de5f1
s/LLVM_ON_WIN32/_WIN32/, clang
|
7 rokov pred |
Roman Lebedev
|
b2349051ab
Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::unique_ptr<>"
|
7 rokov pred |
Roman Lebedev
|
9438256f7d
[Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::unique_ptr<>
|
7 rokov pred |
Eric Liu
|
80f5097829
Added `applyAtomicChanges` function.
|
8 rokov pred |
Richard Smith
|
9275ad44e0
Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR
|
8 rokov pred |
Haojian Wu
|
4b446668ab
Add `replace` interface with range in AtomicChange.
|
8 rokov pred |
Juergen Ributzka
|
83b923e707
Revert "Added `applyAtomicChanges` function."
|
8 rokov pred |
Juergen Ributzka
|
254d7aee53
Revert "Try to unbreak buildbots after r298913."
|
8 rokov pred |
Eric Liu
|
9dcb677ec4
Try to unbreak buildbots after r298913.
|
8 rokov pred |
Eric Liu
|
ad6a872e1e
Added `applyAtomicChanges` function.
|
8 rokov pred |
Eric Liu
|
a40b07abcf
Add missing implementation for AtomicChange::replace(...)
|
8 rokov pred |
Eric Liu
|
912f198baf
Introducing clang::tooling::AtomicChange for refactoring tools.
|
8 rokov pred |
Eric Liu
|
76fd46ed36
Make llvm::Error generated from replacement interfaces more specific.
|
8 rokov pred |
Eric Liu
|
777d844d0f
Fix memory leak caused by r286096.
|
8 rokov pred |
Eric Liu
|
d06c3a1ca0
Deduplicate replacements by FileEntry instead of file names.
|
8 rokov pred |
Eric Liu
|
f01b6d693b
Try to fix windows bot file path style failure caused by r284219.
|
8 rokov pred |
Eric Liu
|
3c90e57f06
Deduplicate sets of replacements by file names.
|
8 rokov pred |
Eric Liu
|
7fc60d9e11
Merge conflicting replacements when they are order-independent.
|
9 rokov pred |
Eric Liu
|
40a68ac171
Recommit r281457 "Supports adding insertion around non-insertion replacements".
|
9 rokov pred |
Artem Belevich
|
e119918940
Revert r281457 "Supports adding insertion around non-insertion replacements."
|
9 rokov pred |
Eric Liu
|
8933d16ef8
Supports adding insertion around non-insertion replacements.
|
9 rokov pred |
Eric Liu
|
b4c0db24dd
Fixes calculateRangesAfterReplacements crash when Replacements is empty.
|
9 rokov pred |
Manuel Klimek
|
7604798c68
Fix bug in conflict check for Replacements::add().
|
9 rokov pred |
Manuel Klimek
|
7c12ee2f0b
Fix quadratic runtime when adding items to tooling::Replacements.
|
9 rokov pred |