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
/
lib
/
Tooling
/
Tooling.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Tooling] Add an overload of runToolOnCodeWithArgs that takes VFS
Eric Liu
2018-05-18
1
-10
/
+21
*
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-3
/
+3
*
IWYU for llvm-config.h in clang. See r331124 for details.
Nico Weber
2018-04-30
1
-1
/
+0
*
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
1
-50
/
+82
*
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] A new framework for executing clang frontend actions.
Eric Liu
2017-10-26
1
-5
/
+2
*
Use class to pass information about executable name
Serge Pavlov
2017-08-29
1
-4
/
+5
*
Prevent ClangTools from generating dependency files.
Sterling Augustine
2017-07-14
1
-0
/
+1
*
This call-site should have been updated as part of D34304.
Sterling Augustine
2017-07-06
1
-3
/
+5
*
Allow CompilerInvocations to generate .d files.
Sterling Augustine
2017-07-06
1
-4
/
+6
*
Method loadFromCommandLine should be able to report errors
Serge Pavlov
2017-05-24
1
-0
/
+2
*
unique_ptrify createDriverOptTable
David Blaikie
2017-01-13
1
-1
/
+1
*
Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...
David Blaikie
2017-01-06
1
-7
/
+8
*
Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...
David Blaikie
2017-01-06
1
-8
/
+7
*
IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...
David Blaikie
2017-01-05
1
-7
/
+8
*
Fix memory leak by storing returned pointer in std::unique_ptr
Richard Trieu
2016-08-30
1
-4
/
+3
*
Fix colored diagnostics from tools
Olivier Goffart
2016-08-30
1
-0
/
+8
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+2
*
NFC. Test commit, remove a redundant empty line in Tooling.cpp
Artur Pilipenko
2016-06-28
1
-1
/
+0
*
Apply some suggestions from clang-tidy's performance-unnecessary-value-param.
Benjamin Kramer
2016-06-15
1
-2
/
+3
*
Add some std::move where the value is only read otherwise.
Benjamin Kramer
2016-06-12
1
-10
/
+13
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-3
/
+6
*
[Tooling] Inject -resource-dir instead of overwriting argv[0].
Benjamin Kramer
2016-04-21
1
-8
/
+23
*
Add an optional ToolName argument to runToolOnCodeWithArgs/buildASTFromCodeWi...
Benjamin Kramer
2016-01-29
1
-8
/
+10
*
Make ArgumentAdjuster aware of the current file being processed.
Alexander Kornienko
2015-11-05
1
-1
/
+1
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-3
/
+3
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-3
/
+3
*
[VFS] Wire up driver VFS through tooling.
Benjamin Kramer
2015-10-09
1
-4
/
+5
*
[VFS] Port tooling to use the in-memory file system.
Benjamin Kramer
2015-10-09
1
-20
/
+52
*
[Tooling] Don't run a tool invocation without a FileManager.
Benjamin Kramer
2015-10-06
1
-1
/
+3
*
[Tooling] Reuse FileManager in ASTUnit.
Benjamin Kramer
2015-10-06
1
-2
/
+2
*
Adds a way for tools to deduce the target config from a compiler name.
Manuel Klimek
2015-10-06
1
-0
/
+26
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Introduce a PCHContainerOperations interface (NFC).
Adrian Prantl
2015-06-20
1
-43
/
+52
*
Make the clang-fuzzer use the CompilerInstance directly.
Manuel Klimek
2015-03-28
1
-1
/
+1
*
Make ArgumentsAdjuster an std::function.
Alexander Kornienko
2014-12-03
1
-7
/
+10
*
Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl...
Manuel Klimek
2014-11-25
1
-3
/
+11
*
Reverting r222646; the tests do not pass on Windows. Also reverts r222664, wh...
Aaron Ballman
2014-11-24
1
-11
/
+3
*
Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatc...
Manuel Klimek
2014-11-24
1
-3
/
+11
*
[Tooling] Restore current directory after processing each file.
Alexander Kornienko
2014-11-10
1
-2
/
+17
*
Driver: Use pointee_iterator rather than iterating over unique_ptrs
Justin Bogner
2014-10-03
1
-2
/
+2
*
Clean up ClangTool's argument adjuster handling a bit with unique_ptr.
Benjamin Kramer
2014-09-24
1
-18
/
+5
*
unique_ptrify JobList::Jobs
David Blaikie
2014-09-04
1
-5
/
+5
*
Query CompilationDatabase right before running each compilation.
Alexander Kornienko
2014-08-27
1
-49
/
+44
[next]