1. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 9 years ago
  2. 92e9d2b Re-add clang-check to the Makefile build. by Jordan Rose · 11 years ago
  3. e638503 Fix dependencies now that the ARC migrator depends on the static analyzer. by Jordan Rose · 11 years ago
  4. c3ba339 Fix up the BUILD_CLANG_ONLY code to work properly after r184794. by Bob Wilson · 11 years ago
  5. d771b44 With CLANG_ENABLE_STATIC_ANALYZER=0, link clang properly and skip clang-check. by Jordan Rose · 11 years ago
  6. f66ef17 Reorder builds based by ordering. by Eric Christopher · 11 years ago
  7. 554f63f Add clang-format to the corresponding Makefile. by Daniel Jasper · 11 years ago
  8. 090b136 [c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test. by Argyrios Kyrtzidis · 12 years ago
  9. 2ceac2d Remove the directory that these are already in. by Bill Wendling · 12 years ago
  10. 2bf8980 The top-level clang Makefile is #included into other Makefiles. (sigh) So we by Bill Wendling · 12 years ago
  11. a2cccd0 Remove this hack in favor of another, better way of performing the same thing. by Bill Wendling · 12 years ago
  12. 985c471 Use a variable to stop us from building clang testing tools. by Bill Wendling · 12 years ago
  13. 20316a9 Temporarily revert r161612 while we figure out just what the semantics by Chandler Carruth · 12 years ago
  14. 8607367 Make all of the tools build in parallel. Missing this caused incremental by Chandler Carruth · 12 years ago
  15. af310b1 Recurse into the extra tools repo the correct way from the Makefile by Chandler Carruth · 12 years ago
  16. 2689a08 Allow the Makefile build system to find the extra repo if it is checked out. by Chandler Carruth · 12 years ago
  17. 77b1ae5 Removed standalone clang-ast-dump tool. by Alexander Kornienko · 12 years ago
  18. 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
  19. cb971c6 Adds a tooling library. by Manuel Klimek · 12 years ago
  20. 6d402dc Misc Minix-specific changes to clang: by Eli Friedman · 12 years ago
  21. 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
  22. 69325d5 [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. by Argyrios Kyrtzidis · 13 years ago
  23. 8f0e8d2 The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this. by John McCall · 13 years ago
  24. 4b0104d libclang and c-index-test can be built on Cygming. by NAKAMURA Takumi · 14 years ago
  25. 44bbd79 Minix doesn't support dylibs, PR7294 by Chris Lattner · 14 years ago
  26. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 14 years ago
  27. f51f20f Rename 'CIndex' to 'libclang', since it has basically become our stable public by Daniel Dunbar · 14 years ago
  28. 51f4c94 Fix thinko and enable clang build on mingw again (hopefully) by Anton Korobeynikov · 14 years ago
  29. b196ef7 disable these dirs which rely on dynamic linking on mingw/cygwin by Chris Lattner · 14 years ago
  30. 9fb48de Eliminate index-test; all of its tested functionality is now in c-index-test. by Douglas Gregor · 14 years ago
  31. 864db01 Remove clang-cc tool, it has joined in unholy union with clang. by Daniel Dunbar · 14 years ago
  32. 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
  33. 5039819 Lot's of little changes to get the C-based indexing API going... by Steve Naroff · 15 years ago
  34. d2fa566 Add initial boilerplate for CIndex, a shared library that will vend high-level by Ted Kremenek · 15 years ago
  35. 9797a87 Unbreak build? by Daniel Dunbar · 15 years ago
  36. c596599 update makefile. by Zhongxing Xu · 15 years ago
  37. 30b983b Introduce tools/index-test. by Argyrios Kyrtzidis · 15 years ago
  38. 45d604e Remove ccc from the makefile as well. by Daniel Dunbar · 15 years ago
  39. 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 15 years ago
  40. 3ede8d0 Stub out some structure for C++ driver. by Daniel Dunbar · 15 years ago
  41. 7ce86f0 Makefile isn't executable. by Daniel Dunbar · 15 years ago
  42. fec7c2a ccc: Add missing file. by Daniel Dunbar · 15 years ago