1. 090b136 [c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test. by Argyrios Kyrtzidis · 12 years ago
  2. 2ceac2d Remove the directory that these are already in. by Bill Wendling · 12 years ago
  3. 2bf8980 The top-level clang Makefile is #included into other Makefiles. (sigh) So we by Bill Wendling · 12 years ago
  4. a2cccd0 Remove this hack in favor of another, better way of performing the same thing. by Bill Wendling · 12 years ago
  5. 985c471 Use a variable to stop us from building clang testing tools. by Bill Wendling · 12 years ago
  6. 20316a9 Temporarily revert r161612 while we figure out just what the semantics by Chandler Carruth · 12 years ago
  7. 8607367 Make all of the tools build in parallel. Missing this caused incremental by Chandler Carruth · 12 years ago
  8. af310b1 Recurse into the extra tools repo the correct way from the Makefile by Chandler Carruth · 12 years ago
  9. 2689a08 Allow the Makefile build system to find the extra repo if it is checked out. by Chandler Carruth · 12 years ago
  10. 77b1ae5 Removed standalone clang-ast-dump tool. by Alexander Kornienko · 12 years ago
  11. dea8fba The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool by Alexander Kornienko · 12 years ago
  12. cb971c6 Adds a tooling library. by Manuel Klimek · 12 years ago
  13. 6d402dc Misc Minix-specific changes to clang: by Eli Friedman · 13 years ago
  14. 2dc651d Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for analyzing and working with clang diagnostics. by Ted Kremenek · 13 years ago
  15. 69325d5 [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. by Argyrios Kyrtzidis · 13 years ago
  16. 8f0e8d2 The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this. by John McCall · 13 years ago
  17. 4b0104d libclang and c-index-test can be built on Cygming. by NAKAMURA Takumi · 14 years ago
  18. 44bbd79 Minix doesn't support dylibs, PR7294 by Chris Lattner · 14 years ago
  19. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 14 years ago
  20. f51f20f Rename 'CIndex' to 'libclang', since it has basically become our stable public by Daniel Dunbar · 14 years ago
  21. 51f4c94 Fix thinko and enable clang build on mingw again (hopefully) by Anton Korobeynikov · 14 years ago
  22. b196ef7 disable these dirs which rely on dynamic linking on mingw/cygwin by Chris Lattner · 14 years ago
  23. 9fb48de Eliminate index-test; all of its tested functionality is now in c-index-test. by Douglas Gregor · 15 years ago
  24. 864db01 Remove clang-cc tool, it has joined in unholy union with clang. by Daniel Dunbar · 15 years ago
  25. e7a5fd4 wpa is an experiment, don't build it by default, it adds to build times due to everything it links in. by Chris Lattner · 15 years ago
  26. 5039819 Lot's of little changes to get the C-based indexing API going... by Steve Naroff · 15 years ago
  27. d2fa566 Add initial boilerplate for CIndex, a shared library that will vend high-level by Ted Kremenek · 15 years ago
  28. 9797a87 Unbreak build? by Daniel Dunbar · 15 years ago
  29. c596599 update makefile. by Zhongxing Xu · 15 years ago
  30. 30b983b Introduce tools/index-test. by Argyrios Kyrtzidis · 15 years ago
  31. 45d604e Remove ccc from the makefile as well. by Daniel Dunbar · 15 years ago
  32. 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 15 years ago
  33. 3ede8d0 Stub out some structure for C++ driver. by Daniel Dunbar · 15 years ago
  34. 7ce86f0 Makefile isn't executable. by Daniel Dunbar · 16 years ago
  35. fec7c2a ccc: Add missing file. by Daniel Dunbar · 16 years ago