Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
11dc7fcae2d112c67ebd5b12e0080f088c947054
/
clang-tools-extra
/
clang-query
6daad9d
Fix for LLVM r326109
by David Zarzycki
· 7 years ago
d806af3
[CMake] Use PRIVATE in target_link_libraries for executables
by Shoaib Meenai
· 7 years ago
d34a65d
[NFC] Update to account for DiagnosticRenderer use of FullSourceLoc
by Peter Smith
· 8 years ago
08124b1
modernize-use-auto NFC fixes
by Piotr Padlewski
· 8 years ago
7c7ea7d
[clang-tools-extra] Format sources with clang-format. NFC.
by Mandeep Singh Grang
· 9 years ago
d03c254
[clang-query] Fix Clang-tidy readability-redundant-string-cstr warnings
by Malcolm Parsons
· 9 years ago
22252f9
Update to match LLVM r272232.
by Richard Smith
· 9 years ago
05f7e6a
Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.
by Eugene Zelenko
· 9 years ago
2cc7fec
Remove autoconf support
by Chris Bieneman
· 9 years ago
e04a3da
Revert "Apply modernize-use-default to clang-tools-extra."
by David Blaikie
· 10 years ago
3ca34bc
Apply modernize-use-default to clang-tools-extra.
by Angel Garcia Gomez
· 10 years ago
55dc5df
Install clang-query by default.
by Manuel Klimek
· 10 years ago
5890717
Add the "quit" command as a way to terminate clang-query interactive sessions.
by Aaron Ballman
· 10 years ago
db8ef09
Add missing dependency clangFrontend to clangQuery.
by Adrian Prantl
· 10 years ago
87638f6
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 10 years ago
e39269e
Add 'let' to the help message.
by Samuel Benzaquen
· 10 years ago
b97f5c1
Revert "Adapt clang-tools-extra to clang module format changes."
by Adrian Prantl
· 10 years ago
e95edbf
Adapt clang-tools-extra to clang module format changes.
by Adrian Prantl
· 10 years ago
a22fd38
Revert "Adapt Makefile dependencies for the clang module format change in r230089."
by Adrian Prantl
· 10 years ago
6897e3e
Adapt Makefile dependencies for the clang module format change in r230089.
by Adrian Prantl
· 10 years ago
ae926ad
Remove call to llvm::makeArrayRef. Implicit conversion is sufficient.
by Craig Topper
· 11 years ago
2f020e5
Simplify creation of a couple ArrayRefs by using None and makeArrayRef.
by Craig Topper
· 11 years ago
d734943
[clang-query] Use the new API for named values from the Parser.
by Samuel Benzaquen
· 11 years ago
228dda5
Use CommonOptionsParser in clang-query. This fixes its support of the fixed
by Alexander Kornienko
· 11 years ago
e208dfc
Track clang r213171
by Alp Toker
· 11 years ago
04b8b37
Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.
by NAKAMURA Takumi
· 11 years ago
23b702c
[CMake] Update libdeps.
by NAKAMURA Takumi
· 11 years ago
6014c49
Simplify code. No functional change.
by Craig Topper
· 11 years ago
f61be9c
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
5a1ef9c
Fix clang-query on Windows: flush llvm::outs() after each command.
by Manuel Klimek
· 11 years ago
35013fa
Slightly less blindly fixing clang-tools-extra now that I remember that the "check-clang" target doesn't check clang-tools-extra
by David Blaikie
· 11 years ago
329be89
Blindly try to fix the clang-tools-extra build since my local build doesn't appear to be picking it up
by David Blaikie
· 11 years ago
fcb3fa1
QueryParser::doParse(): Fix msc17 build. Don't use initializer list.
by NAKAMURA Takumi
· 11 years ago
1f6066c
Add new 'let' command to bind arbitrary values into constants.
by Samuel Benzaquen
· 11 years ago
6a2dc5c
[C++11] Replace OwningPtr with std::unique_ptr.
by Ahmed Charles
· 11 years ago
edc9e38
[cleanup] Re-sort headers with llvm/utils/sort_includes.py.
by Chandler Carruth
· 11 years ago
23077e3
Documentation comments: fix incorrect usage of \param
by Dmitri Gribenko
· 11 years ago
a3dbe84
[C++11] Replace LLVM_OVERRIDE with 'override'
by Craig Topper
· 11 years ago
9698686
[CMake] Use LINK_LIBS instead of target_link_libraries().
by NAKAMURA Takumi
· 11 years ago
b549019
Add a makefile for clang-query. Patch by Alex Horn!
by Peter Collingbourne
· 11 years ago
d9a0f25
Add completion to the query parser, and hook it up to clang-query.
by Peter Collingbourne
· 11 years ago
c31176d
Switch clang-query to use the lineeditor library.
by Peter Collingbourne
· 11 years ago
85e6e87
Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
by Chandler Carruth
· 11 years ago
78f534d
[CMake] clang-tools-extra: Update dependencies.
by NAKAMURA Takumi
· 11 years ago
c7ae610
Revert r194247 conditional on non-MSVC.
by Peter Collingbourne
· 12 years ago
55380c4
clang-query: Unbreak msvc.
by NAKAMURA Takumi
· 12 years ago
0dc0e6d
Silence GCC warning.
by Peter Collingbourne
· 12 years ago
8b1265b
Introduce clang-query tool.
by Peter Collingbourne
· 12 years ago