index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Tooling
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-2
/
+1
*
Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFC
Fangrui Song
2018-10-20
1
-3
/
+2
*
[Tooling] Expose ExecutorName option.
Eric Liu
2018-10-12
1
-1
/
+1
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
3
-22
/
+22
*
[Tooling] Get rid of uses of llvm::Twine::str which is slow. NFC
Eric Liu
2018-09-27
1
-4
/
+5
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-26
3
-11
/
+10
*
[Tooling] JSONCompilationDatabasePlugin infers compile commands for missing f...
Sam McCall
2018-09-14
1
-1
/
+4
*
[Tooling] Wait for all threads to finish before resetting CWD.
Eric Liu
2018-09-12
1
-0
/
+2
*
[Tooling] Restore working dir in ClangTool.
Ilya Biryukov
2018-09-11
2
-1
/
+35
*
Fix build bots after a mistake in r341760
Hamza Sood
2018-09-09
1
-1
/
+1
*
[Tooling] Improve handling of CL-style options
Hamza Sood
2018-09-09
1
-34
/
+119
*
[Tooling] Do not restore working dir in ClangTool
Ilya Biryukov
2018-08-29
1
-19
/
+22
*
Parse compile commands lazily in InterpolatingCompilationDatabase
Ilya Biryukov
2018-08-28
1
-57
/
+61
*
[Tooling] Allow -flto flags and filter out -Wa, flags
Chih-Hung Hsieh
2018-08-22
1
-6
/
+14
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
3
-4
/
+4
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
3
-6
/
+6
*
Fully qualify the renamed symbol if the shortened name is ambiguous.
Eric Liu
2018-08-03
1
-2
/
+42
*
[Tooling] Use UniqueStringSaver. NFC
Sam McCall
2018-07-23
1
-10
/
+1
*
[Tooling] Make standalone executor support user-provided vfs.
Eric Liu
2018-07-12
1
-3
/
+5
*
[Tooling] Get working directory properly without assuming real file system.
Eric Liu
2018-07-12
1
-3
/
+7
*
Reland "Move #include manipulation code to new lib/Tooling/Inclusions."
Eric Liu
2018-06-04
5
-5
/
+15
*
Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""
Eric Liu
2018-05-30
5
-15
/
+5
*
Reland "Move #include manipulation code to new lib/Tooling/Inclusions."
Eric Liu
2018-05-30
5
-5
/
+15
*
Revert "Move #include manipulation code to new lib/Tooling/Inclusions."
Eric Liu
2018-05-18
5
-15
/
+5
*
[Tooling] Add an overload of runToolOnCodeWithArgs that takes VFS
Eric Liu
2018-05-18
1
-10
/
+21
*
Move #include manipulation code to new lib/Tooling/Inclusions.
Eric Liu
2018-05-18
5
-5
/
+15
*
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-1
/
+1
*
[Tooling] Pull #include manipulation code from clangFormat into libToolingCore.
Eric Liu
2018-05-14
2
-1
/
+332
*
[clang-format] Move #include related style to libToolingCore
Eric Liu
2018-05-14
2
-0
/
+33
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
10
-22
/
+22
*
IWYU for llvm-config.h in clang. See r331124 for details.
Nico Weber
2018-04-30
1
-1
/
+0
*
[Tooling] Correct the "-std" compile command option.
Haojian Wu
2018-04-11
1
-2
/
+2
*
[Tooling] Optimize memory usage in InMemoryToolResults.
Haojian Wu
2018-04-11
2
-3
/
+13
*
[Tooling] fix UB when interpolating compile commands with an empty index
Sam McCall
2018-04-10
1
-2
/
+2
*
[Tooling] A CompilationDatabase wrapper that infers header commands.
Sam McCall
2018-04-09
2
-0
/
+459
*
Fix typos in clang
Alexander Kornienko
2018-04-06
4
-4
/
+4
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
2
-6
/
+6
*
Move a ref-counted pointer instead of copying it. NFC.
Alexander Kornienko
2018-03-27
1
-1
/
+1
*
[Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2018-03-14
6
-135
/
+235
*
Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...
Roman Lebedev
2018-02-27
1
-20
/
+17
*
[Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...
Roman Lebedev
2018-02-27
1
-17
/
+20
*
[Tooling] Returns non-zero status code when files are skipped.
Eric Liu
2018-02-02
1
-6
/
+3
*
[Tooling] Added a VFS parameter to ClangTool
Ilya Biryukov
2018-01-23
1
-2
/
+3
*
[Tooling] Don't deduplicate tool results in the All-TUs executor.
Eric Liu
2018-01-17
1
-11
/
+6
*
Add a tool executor that runs actions on all TUs in the compilation database.
Eric Liu
2018-01-05
3
-1
/
+170
*
[Tooling] Acknowledge that many CompilationDatabases don't support enumeration.
Sam McCall
2017-11-24
1
-10
/
+9
*
Fix skipping of flags in getClangStripDependencyFileAdjuster
Dave Lee
2017-11-17
1
-5
/
+5
*
[refactor][selection] canonicalize decl ref callee to the call expr
Alex Lorenz
2017-11-14
1
-13
/
+48
*
[refactor][selection] canonicalize member expr callee to the full
Alex Lorenz
2017-11-14
1
-1
/
+12
*
[refactor][extract] avoid extracting expressions from types in functions
Alex Lorenz
2017-11-14
1
-2
/
+4
[next]