summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-query/Query.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Apply modernize-use-default to clang-tools-extra."David Blaikie2015-10-201-1/+1
* Apply modernize-use-default to clang-tools-extra.Angel Garcia Gomez2015-10-201-1/+1
* Add the "quit" command as a way to terminate clang-query interactive sessions.Aaron Ballman2015-08-061-1/+8
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Add 'let' to the help message.Samuel Benzaquen2015-02-271-4/+8
* Remove call to llvm::makeArrayRef. Implicit conversion is sufficient.Craig Topper2014-08-291-1/+1
* Simplify creation of a couple ArrayRefs by using None and makeArrayRef.Craig Topper2014-08-271-2/+2
* Slightly less blindly fixing clang-tools-extra now that I remember that the "...David Blaikie2014-04-251-4/+1
* Add new 'let' command to bind arbitrary values into constants.Samuel Benzaquen2014-04-231-1/+10
* Revert r194247 conditional on non-MSVC.Peter Collingbourne2013-11-081-0/+5
* clang-query: Unbreak msvc.NAKAMURA Takumi2013-11-081-3/+0
* Introduce clang-query tool.Peter Collingbourne2013-11-081-0/+131
OpenPOWER on IntegriCloud