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