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-tools-extra
/
clang-query
/
tool
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-27
1
-4
/
+7
*
Revert "Allow newlines in AST Matchers in clang-query files" + 1
Evgenii Stepanov
2019-12-26
1
-7
/
+4
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-26
1
-4
/
+7
*
Revert "Allow newlines in AST Matchers in clang-query files"
Stephen Kelly
2019-12-26
1
-7
/
+4
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-26
1
-4
/
+7
*
Revert "Use InitLLVM to setup a pretty stack printer"
Nico Weber
2019-11-25
1
-2
/
+1
*
Use InitLLVM to setup a pretty stack printer
Rui Ueyama
2019-11-26
1
-1
/
+2
*
[clang-tools-extra] [cmake] Link against libclang-cpp whenever possible
Michal Gorny
2019-10-04
1
-2
/
+5
*
[clang-tools-extra] [cmake] Use add_clang_tool() to install tools
Michal Gorny
2019-10-04
1
-3
/
+1
*
gn build: Add build files for some clang-tools-extra
Nico Weber
2019-03-20
1
-1
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Add explicit dependency on clangSerialization after rC348911
Fangrui Song
2018-12-12
1
-0
/
+1
*
[clang-query] Continue if compilation command not found for some files
George Karpenkov
2018-12-05
1
-2
/
+13
*
Add preload option to clang-query
Stephen Kelly
2018-08-30
1
-0
/
+15
*
Extract runCommandsInFile method
Stephen Kelly
2018-08-30
1
-12
/
+19
*
[CMake] Use PRIVATE in target_link_libraries for executables
Shoaib Meenai
2017-12-05
1
-0
/
+1
*
modernize-use-auto NFC fixes
Piotr Padlewski
2016-12-14
1
-6
/
+2
*
[clang-query] Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-01
1
-2
/
+2
*
Update to match LLVM r272232.
Richard Smith
2016-06-09
1
-1
/
+1
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-39
/
+0
*
Install clang-query by default.
Manuel Klimek
2015-09-28
1
-0
/
+2
*
Add the "quit" command as a way to terminate clang-query interactive sessions.
Aaron Ballman
2015-08-06
1
-0
/
+2
*
Add missing dependency clangFrontend to clangQuery.
Adrian Prantl
2015-06-20
1
-0
/
+1
*
Revert "Adapt clang-tools-extra to clang module format changes."
Adrian Prantl
2015-02-25
1
-3
/
+2
*
Adapt clang-tools-extra to clang module format changes.
Adrian Prantl
2015-02-25
1
-2
/
+3
*
Revert "Adapt Makefile dependencies for the clang module format change in r23...
Adrian Prantl
2015-02-21
1
-4
/
+2
*
Adapt Makefile dependencies for the clang module format change in r230089.
Adrian Prantl
2015-02-20
1
-2
/
+4
*
Use CommonOptionsParser in clang-query. This fixes its support of the fixed
Alexander Kornienko
2014-08-02
1
-26
/
+11
*
Track clang r213171
Alp Toker
2014-07-16
1
-1
/
+1
*
Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.
NAKAMURA Takumi
2014-07-15
1
-1
/
+0
*
[CMake] Update libdeps.
NAKAMURA Takumi
2014-07-14
1
-0
/
+4
*
Fix clang-query on Windows: flush llvm::outs() after each command.
Manuel Klimek
2014-05-21
1
-0
/
+1
*
Blindly try to fix the clang-tools-extra build since my local build doesn't a...
David Blaikie
2014-04-25
1
-3
/
+1
*
Add new 'let' command to bind arbitrary values into constants.
Samuel Benzaquen
2014-04-23
1
-4
/
+6
*
[C++11] Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-09
1
-3
/
+2
*
Add a makefile for clang-query. Patch by Alex Horn!
Peter Collingbourne
2014-02-18
2
-10
/
+46
*
Add completion to the query parser, and hook it up to clang-query.
Peter Collingbourne
2014-02-01
1
-3
/
+4
*
Switch clang-query to use the lineeditor library.
Peter Collingbourne
2014-02-01
1
-28
/
+4
*
Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
Chandler Carruth
2014-01-07
1
-4
/
+2
*
Introduce clang-query tool.
Peter Collingbourne
2013-11-08
2
-0
/
+169