1. 3ea9e33 Update aosp/master clang for rebase to r233350 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. 70571f4 Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko. by Kaelyn Uhrain · 11 years ago
  5. ff62d64 Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that by Roman Divacky · 11 years ago
  6. bac016b Initial version of formatting library. by Daniel Jasper · 11 years ago
  7. f919985 add AST unittests to CMake build system by Dmitri Gribenko · 12 years ago
  8. 4da2166 Adds the AST Matcher library, which provides a in-C++ DSL to express by Manuel Klimek · 12 years ago
  9. 0c750ec Clang side of a refactoring of the CMake unit test build strategy. by Chandler Carruth · 12 years ago
  10. 20e4129 Switch Clang to re-use the the newly factored common LLVM by Chandler Carruth · 12 years ago
  11. f96b9ce Simplify the Clang unittest function in the CMake build, and make it by Chandler Carruth · 12 years ago
  12. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  13. caba856 Remove an unused feature of the clang unittest macro. by Chandler Carruth · 12 years ago
  14. f9d4cbd Adds the Refactoring library, which is a layer on top of the Tooling library by Manuel Klimek · 12 years ago
  15. bfbfee5 Adds a method overwriteChangedFiles to the Rewriter. This is implemented by by Manuel Klimek · 12 years ago
  16. fad7f85 Adds a unit test for the RecursiveASTVisitor. by Manuel Klimek · 12 years ago
  17. cb971c6 Adds a tooling library. by Manuel Klimek · 12 years ago
  18. 19d5aea Add unit testing for Lexer. by Argyrios Kyrtzidis · 12 years ago
  19. d7711ec For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg expanded by Argyrios Kyrtzidis · 12 years ago
  20. 08d6e03 C++11 constexpr: Add note stacks containing backtraces if constant evaluation by Richard Smith · 12 years ago
  21. 5b106a8 Define DiagnosticBuilder<<APValue so it's easy to include APValues in by Jeffrey Yasskin · 13 years ago
  22. 16f2131 Reverts the Tooling changes as requested by Chris. by Manuel Klimek · 13 years ago
  23. 64cbdf3 This patch implements an AST matching framework that allows to write by Manuel Klimek · 13 years ago
  24. c5cd252 Handle gcc-compatible compilers (such as clang) the same way we handle gcc. by Oscar Fuentes · 13 years ago
  25. 9a05fa9 This is the next step in building the standalone tools infrastructure: by Manuel Klimek · 13 years ago
  26. cf3ce5d Adds a function to run FrontendActions over in-memory code. This is by Manuel Klimek · 13 years ago
  27. a3f787c Put targets on folders, if the IDE supports the feature. by Oscar Fuentes · 13 years ago
  28. f91ae52 Use PARSE_ARGUMENTS to clean up add_clang_unittest's calling convention. by Jeffrey Yasskin · 13 years ago
  29. effc48d Remove support and mc from the clang unittests' dependencies because they're not by Jeffrey Yasskin · 13 years ago
  30. 906c73f Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction by Peter Collingbourne · 13 years ago
  31. c515d18 Adds a CMake target for the Basic lib's unit tests. Reviewed by by Zhanyong Wan · 13 years ago
  32. 05cb9f2 Improves CMakeLists.txt for Clang's unit tests: make "linked by Zhanyong Wan · 13 years ago
  33. 718b01d Add CMake support to the clang unittests. by Jeffrey Yasskin · 13 years ago