.. |
ASTDiff
|
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
|
2018-09-26 22:16:28 +00:00 |
Core
|
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
|
2018-09-26 22:16:28 +00:00 |
Inclusions
|
[Tooling] Get rid of uses of llvm::Twine::str which is slow. NFC
|
2018-09-27 14:50:24 +00:00 |
Refactoring
|
Port getLocEnd -> getEndLoc
|
2018-08-09 21:09:38 +00:00 |
AllTUsExecution.cpp
|
[Tooling] Wait for all threads to finish before resetting CWD.
|
2018-09-12 08:29:47 +00:00 |
ArgumentsAdjusters.cpp
|
[Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
2018-03-14 21:05:51 +00:00 |
CMakeLists.txt
|
Reland "Move #include manipulation code to new lib/Tooling/Inclusions."
|
2018-06-04 09:04:12 +00:00 |
CommonOptionsParser.cpp
|
[Tooling] A new framework for executing clang frontend actions.
|
2017-10-26 10:38:14 +00:00 |
CompilationDatabase.cpp
|
[Tooling] Allow -flto flags and filter out -Wa, flags
|
2018-08-22 17:13:40 +00:00 |
Execution.cpp
|
[Tooling] Use UniqueStringSaver. NFC
|
2018-07-23 11:25:25 +00:00 |
FileMatchTrie.cpp
|
Remove \brief commands from doxygen comments.
|
2018-05-09 01:00:01 +00:00 |
FixIt.cpp
|
[tooling] FixItHint Tooling refactoring
|
2016-05-11 14:31:39 +00:00 |
InterpolatingCompilationDatabase.cpp
|
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
|
2018-09-26 22:16:28 +00:00 |
JSONCompilationDatabase.cpp
|
[Tooling] JSONCompilationDatabasePlugin infers compile commands for missing files
|
2018-09-14 12:24:09 +00:00 |
Refactoring.cpp
|
Apply clang-tidy's performance-unnecessary-value-param to parts of clang.
|
2017-03-21 21:35:04 +00:00 |
RefactoringCallbacks.cpp
|
[tooling] RefactoringCallbacks code cleanup
|
2017-05-12 00:16:56 +00:00 |
StandaloneExecution.cpp
|
[Tooling] Make standalone executor support user-provided vfs.
|
2018-07-12 18:32:11 +00:00 |
Tooling.cpp
|
[Tooling] Restore working dir in ClangTool.
|
2018-09-11 07:29:09 +00:00 |