index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
unittests
/
Tooling
/
RefactoringTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/LLVM_ON_WIN32/_WIN32/, clang
Nico Weber
2018-04-27
1
-3
/
+3
*
Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...
Roman Lebedev
2018-02-27
1
-1
/
+1
*
[Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...
Roman Lebedev
2018-02-27
1
-1
/
+1
*
Added `applyAtomicChanges` function.
Eric Liu
2017-07-31
1
-0
/
+422
*
Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR
Richard Smith
2017-06-30
1
-4
/
+8
*
Add `replace` interface with range in AtomicChange.
Haojian Wu
2017-03-30
1
-11
/
+12
*
Revert "Added `applyAtomicChanges` function."
Juergen Ributzka
2017-03-29
1
-430
/
+0
*
Revert "Try to unbreak buildbots after r298913."
Juergen Ributzka
2017-03-29
1
-20
/
+28
*
Try to unbreak buildbots after r298913.
Eric Liu
2017-03-28
1
-28
/
+20
*
Added `applyAtomicChanges` function.
Eric Liu
2017-03-28
1
-0
/
+430
*
Add missing implementation for AtomicChange::replace(...)
Eric Liu
2017-03-08
1
-2
/
+20
*
Introducing clang::tooling::AtomicChange for refactoring tools.
Eric Liu
2017-03-01
1
-4
/
+187
*
Make llvm::Error generated from replacement interfaces more specific.
Eric Liu
2016-11-22
1
-19
/
+75
*
Fix memory leak caused by r286096.
Eric Liu
2016-11-07
1
-6
/
+6
*
Deduplicate replacements by FileEntry instead of file names.
Eric Liu
2016-11-07
1
-19
/
+44
*
Try to fix windows bot file path style failure caused by r284219.
Eric Liu
2016-10-14
1
-0
/
+18
*
Deduplicate sets of replacements by file names.
Eric Liu
2016-10-14
1
-0
/
+18
*
Merge conflicting replacements when they are order-independent.
Eric Liu
2016-09-28
1
-12
/
+180
*
Recommit r281457 "Supports adding insertion around non-insertion replacements".
Eric Liu
2016-09-19
1
-5
/
+83
*
Revert r281457 "Supports adding insertion around non-insertion replacements."
Artem Belevich
2016-09-14
1
-72
/
+5
*
Supports adding insertion around non-insertion replacements.
Eric Liu
2016-09-14
1
-5
/
+72
*
Fixes calculateRangesAfterReplacements crash when Replacements is empty.
Eric Liu
2016-08-08
1
-0
/
+7
*
Fix bug in conflict check for Replacements::add().
Manuel Klimek
2016-08-03
1
-0
/
+20
*
Fix quadratic runtime when adding items to tooling::Replacements.
Manuel Klimek
2016-08-03
1
-0
/
+42
*
Implement tooling::Replacements as a class.
Eric Liu
2016-08-01
1
-250
/
+176
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...
Eric Liu
2016-07-11
1
-12
/
+17
*
Added calculateRangesAfterReplaments() to calculate affacted ranges in the ne...
Eric Liu
2016-06-21
1
-4
/
+87
*
Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Eric Liu
2016-03-29
1
-1
/
+35
*
Add functions to apply replacements and reformat them.
Manuel Klimek
2016-03-01
1
-0
/
+19
*
Revert "Implement new interfaces for code-formatting when applying replacemen...
Manuel Klimek
2016-02-29
1
-49
/
+0
*
Implement new interfaces for code-formatting when applying replacements.
Manuel Klimek
2016-02-29
1
-0
/
+49
*
Fix calculation of shifted cursor/code positions. Specifically support
Daniel Jasper
2015-11-23
1
-6
/
+15
*
clang-format: Add initial #include sorting capabilities.
Daniel Jasper
2015-09-23
1
-0
/
+93
*
Allow replacements created from token ranges to specify language options.
Manuel Klimek
2015-06-03
1
-0
/
+25
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-4
/
+4
*
Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
David Blaikie
2014-11-19
1
-1
/
+2
*
Make VFS and FileManager match the current MemoryBuffer API.
Benjamin Kramer
2014-10-26
1
-3
/
+2
*
Tooling: Ignore file names in tooling::deduplicate.
Benjamin Kramer
2014-09-09
1
-2
/
+6
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-3
/
+4
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-4
/
+3
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-3
/
+4
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-3
/
+2
*
[C++11] Use 'nullptr'. Unittests edition.
Craig Topper
2014-06-08
1
-2
/
+2
*
Fix two test-only leaks found by LSan.
Nico Weber
2014-04-24
1
-1
/
+3
*
Reverted r192992 broke windows and freebsd builds.
Ariel J. Bernal
2013-10-18
1
-46
/
+0
*
This patch fixes replacements that are not applied when relative paths are
Ariel J. Bernal
2013-10-18
1
-0
/
+46
*
Revert commit r192299 until find a way to account for simlinks in OS X.
Ariel J. Bernal
2013-10-09
1
-53
/
+0
*
This patch fixes replacements that are not applied when relative paths are
Ariel J. Bernal
2013-10-09
1
-0
/
+53
*
Adding a vector version of clang::tooling::shiftedCodePosition().
Edwin Vane
2013-08-27
1
-0
/
+19
[next]