1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 9 years ago
  3. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  4. e638503 Fix dependencies now that the ARC migrator depends on the static analyzer. by Jordan Rose · 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. 7c4a9a0 Add clang-format binary to cfe. by Daniel Jasper · 11 years ago
  7. ff2fb96 [CMake] clang/tools/extra may be included by LLVM_EXTERNAL_CLANG_TOOLS_EXTRA_SOURCE_DIR. by NAKAMURA Takumi · 12 years ago
  8. 5d435b6 Initial support for recursing into the new clang-tools-extra repository by Chandler Carruth · 12 years ago
  9. 77b1ae5 Removed standalone clang-ast-dump tool. by Alexander Kornienko · 12 years ago
  10. 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
  11. cb971c6 Adds a tooling library. by Manuel Klimek · 12 years ago
  12. e802c61 Place back previous order of add_subdirectory()'s to reflect build depedencies. by Ted Kremenek · 13 years ago
  13. 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
  14. 38559ec Sort CMakeLists.txt. 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. f51f20f Rename 'CIndex' to 'libclang', since it has basically become our stable public by Daniel Dunbar · 14 years ago
  18. 9fb48de Eliminate index-test; all of its tested functionality is now in c-index-test. by Douglas Gregor · 14 years ago
  19. 864db01 Remove clang-cc tool, it has joined in unholy union with clang. by Daniel Dunbar · 14 years ago
  20. aa7dd81 Sort CMakeLists.txt by Kovarththanan Rajaratnam · 15 years ago
  21. cd1b5cb Remove stale reference to old WPA dir, patch by Kovarththanan Rajaratnam. by Daniel Dunbar · 15 years ago
  22. 2e06fc8 Changes for building as a Windows DLL by John Thompson · 15 years ago
  23. 1cf13cd Disable c-index-test on MSVC until someone figures out the real problem. by Daniel Dunbar · 15 years ago
  24. ac47bc7 CMake build support for libCIndex and c-index-test. The indexing tests by Douglas Gregor · 15 years ago
  25. 9773f60 Hide clang-wpa executable behind a CMake variable so it won't be built by default by Douglas Gregor · 15 years ago
  26. 0d9ff0b Add 'clang-wpa' to the CMake-based build. by Ted Kremenek · 15 years ago
  27. 30b983b Introduce tools/index-test. by Argyrios Kyrtzidis · 15 years ago
  28. 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 15 years ago
  29. cbcd98b Add CMake files for tools/driver; I am just guessing here, can someone test/fix? by Daniel Dunbar · 15 years ago