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
/
unittests
/
clang-query
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix formatting in previous commits
Stephen Kelly
2019-12-29
1
-6
/
+10
*
Fix use of named values surrounded by newlines in clang-query
Stephen Kelly
2019-12-29
1
-0
/
+19
*
Fix newline handling in clang-query parser
Stephen Kelly
2019-12-29
1
-0
/
+8
*
Fix handling of newlines in clang-query
Stephen Kelly
2019-12-29
1
-0
/
+18
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-27
1
-0
/
+101
*
Revert "Allow newlines in AST Matchers in clang-query files" + 1
Evgenii Stepanov
2019-12-26
1
-101
/
+0
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-26
1
-0
/
+101
*
Revert "Allow newlines in AST Matchers in clang-query files"
Stephen Kelly
2019-12-26
1
-101
/
+0
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-26
1
-0
/
+101
*
[clang-tools-extra] [cmake] Link against libclang-cpp whenever possible
Michal Gorny
2019-10-04
1
-2
/
+5
*
Fix file headers. NFC
Fangrui Song
2019-03-01
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
Add explicit dependency on clangSerialization after rC348911
Fangrui Song
2018-12-12
1
-0
/
+1
*
[clang-query] Add non-exclusive output API
Stephen Kelly
2018-10-29
2
-3
/
+49
*
[clang-query] Refactor Output settings to booleans
Stephen Kelly
2018-10-24
2
-8
/
+6
*
[clang-query] Add 'detailed-ast' output as an alias for 'dump'
Stephen Kelly
2018-10-24
2
-4
/
+10
*
[clang-query] Add option to print matcher expression
Stephen Kelly
2018-10-20
1
-6
/
+8
*
[clang-query] Add comment token handling
Stephen Kelly
2018-10-03
1
-0
/
+11
*
[clang-query] Add single-letter 'q' alias for 'quit'
Stephen Kelly
2018-10-03
1
-0
/
+3
*
Sort expected test output after previous commit
Stephen Kelly
2018-10-01
1
-6
/
+6
*
[clang-query] Test non-code-completion on single letter shortcuts
Stephen Kelly
2018-10-01
1
-0
/
+10
*
[clang-query] Add missing quit test
Stephen Kelly
2018-10-01
1
-0
/
+9
*
[clang-query] Add missing 'l' command handling
Stephen Kelly
2018-10-01
1
-0
/
+6
*
Fix build failure caused by D52157
Shuai Wang
2018-09-17
1
-1
/
+1
*
[CMake] Use PRIVATE in target_link_libraries for executables
Shoaib Meenai
2017-12-05
1
-0
/
+1
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-24
/
+0
*
Correcting and adding tests for r244206.
Aaron Ballman
2015-08-06
1
-1
/
+3
*
Add missing dependency clangFrontend to unit test.
Adrian Prantl
2015-06-20
1
-0
/
+1
*
Add clangBasic to libdeps according to r232051 since the interface of ASTMatc...
NAKAMURA Takumi
2015-03-13
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
-3
/
+3
*
Adapt Makefile dependencies for the clang module format change in r230089.
Adrian Prantl
2015-02-20
1
-3
/
+3
*
[CMake] Update libdeps.
NAKAMURA Takumi
2014-07-14
1
-0
/
+1
*
Remove unnecessary explicit unique_ptr ctors now that buildASTFromCode return...
David Blaikie
2014-04-25
1
-4
/
+4
*
Slightly less blindly fixing clang-tools-extra now that I remember that the "...
David Blaikie
2014-04-25
2
-14
/
+13
*
QueryEngineTest.cpp: Appease g++47.
NAKAMURA Takumi
2014-04-24
1
-1
/
+1
*
ClangQueryTests: Fix msc17 build. Non-static member initializers are unavaila...
NAKAMURA Takumi
2014-04-24
2
-11
/
+20
*
Add new 'let' command to bind arbitrary values into constants.
Samuel Benzaquen
2014-04-23
2
-40
/
+112
*
[C++11] Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-09
1
-2
/
+2
*
[cleanup] Re-sort headers with llvm/utils/sort_includes.py.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Add completion to the query parser, and hook it up to clang-query.
Peter Collingbourne
2014-02-01
1
-16
/
+41
*
[CMake] clang-tools-extra: Update dependencies.
NAKAMURA Takumi
2013-12-10
1
-0
/
+1
*
Introduce clang-query tool.
Peter Collingbourne
2013-11-08
4
-0
/
+239