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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix newline handling in clang-query parser
Stephen Kelly
2019-12-29
1
-1
/
+1
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-27
4
-19
/
+68
*
Revert "Allow newlines in AST Matchers in clang-query files" + 1
Evgenii Stepanov
2019-12-26
4
-68
/
+19
*
Fix -Wunused-lambda-capture warnings.
Eric Christopher
2019-12-26
1
-1
/
+1
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-26
4
-19
/
+68
*
Revert "Allow newlines in AST Matchers in clang-query files"
Stephen Kelly
2019-12-26
4
-68
/
+19
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-26
4
-19
/
+68
*
Use ASTDumper to dump the AST from clang-query
Stephen Kelly
2019-12-06
1
-1
/
+6
*
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
*
Remove \brief commands from doxygen comments.
Dmitri Gribenko
2019-08-22
1
-1
/
+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
6
-24
/
+18
*
Remove unnecessary include.
Richard Trieu
2019-01-10
1
-1
/
+0
*
[Query] NFC: Port QueryParser to StringRef
Stephen Kelly
2019-01-08
2
-29
/
+19
*
Add explicit dependency on clangSerialization after rC348911
Fangrui Song
2018-12-12
2
-0
/
+2
*
[clang-query] Continue if compilation command not found for some files
George Karpenkov
2018-12-05
1
-2
/
+13
*
[clang-query] Add non-exclusive output API
Stephen Kelly
2018-10-29
4
-7
/
+69
*
[clang-query] Refactor Output settings to booleans
Stephen Kelly
2018-10-24
4
-11
/
+39
*
[clang-query] Add 'detailed-ast' output as an alias for 'dump'
Stephen Kelly
2018-10-24
3
-6
/
+10
*
[clang-query] Re-word command help
Stephen Kelly
2018-10-24
1
-5
/
+11
*
[clang-query] Add option to print matcher expression
Stephen Kelly
2018-10-20
4
-11
/
+34
*
[clang-query] Add comment token handling
Stephen Kelly
2018-10-03
1
-0
/
+8
*
[clang-query] Add single-letter 'q' alias for 'quit'
Stephen Kelly
2018-10-03
2
-1
/
+2
*
[clang-query] Add missing 'l' command handling
Stephen Kelly
2018-10-01
1
-0
/
+1
*
[clang-query] Sort command options
Stephen Kelly
2018-10-01
1
-2
/
+2
*
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
*
Fix for LLVM r326109
David Zarzycki
2018-02-26
2
-31
/
+24
*
[CMake] Use PRIVATE in target_link_libraries for executables
Shoaib Meenai
2017-12-05
1
-0
/
+1
*
[NFC] Update to account for DiagnosticRenderer use of FullSourceLoc
Peter Smith
2017-06-27
1
-4
/
+4
*
modernize-use-auto NFC fixes
Piotr Padlewski
2016-12-14
3
-15
/
+6
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
4
-25
/
+13
*
[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
*
Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.
Eugene Zelenko
2016-03-17
1
-2
/
+2
*
Remove autoconf support
Chris Bieneman
2016-01-26
2
-55
/
+0
*
Revert "Apply modernize-use-default to clang-tools-extra."
David Blaikie
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang-tools-extra.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
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
5
-2
/
+26
*
Add missing dependency clangFrontend to clangQuery.
Adrian Prantl
2015-06-20
1
-0
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
Add 'let' to the help message.
Samuel Benzaquen
2015-02-27
1
-4
/
+8
*
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
[next]