1. 7de9969 [Frontend] Allow attaching an external sema source to compiler instance and extra diags to TypoCorrections by Benjamin Kramer · 9 years ago
  2. 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  3. cd58bd6 Use Backend_EmitMCNull for null codegen unit tests. by David L. Jones · 9 years ago
  4. 7a54553 File missed from r261222 by Serge Pavlov · 9 years ago
  5. 41c1f79 Avoid double deletion in Clang driver. by Serge Pavlov · 9 years ago
  6. 2bf68c6 Remove autoconf support by Chris Bieneman · 9 years ago
  7. 9b82de7 Add a missing dependency to unittests/Frontend. PR24067. by Adrian Prantl · 10 years ago
  8. 34eb207 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  9. cbc368c Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 10 years ago
  10. 8bf7af3 Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 10 years ago
  11. a39924a Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 10 years ago
  12. fc360dc Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 10 years ago
  13. 67fbfa3 Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 10 years ago
  14. f2b0cd9 Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 10 years ago
  15. 690b2f7 Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." by Adrian Prantl · 10 years ago
  16. b59bc1a Wrap clang module files in a Mach-O, ELF, or COFF container. by Adrian Prantl · 10 years ago
  17. 2633341 Try to fix link errors in mingw cmake -DBUILD_SHARED_LIBS=ON by Reid Kleckner · 11 years ago
  18. 89bd8d6 Reland r219810 "Fix late template parsing leak with incremental processing" by Reid Kleckner · 11 years ago
  19. 8178dd3 Revert "Fix late template parsing leak with incremental processing" by Reid Kleckner · 11 years ago
  20. 001fe64 Fix late template parsing leak with incremental processing by Reid Kleckner · 11 years ago
  21. a2406fa Revert over-eager unique_ptr conversion. by Benjamin Kramer · 11 years ago
  22. b8a7053 Unique_ptrify PPCallbacks ownership. by Craig Topper · 11 years ago
  23. d87f8d7 Update for LLVM api change. by Rafael Espindola · 11 years ago
  24. 6beb6aa Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) by David Blaikie · 11 years ago
  25. fb8654a [CMake] Upate libdeps in FrontendTests corresponding to r215145. by NAKAMURA Takumi · 11 years ago
  26. 88d99e4 Flip the order the preprocessor and frontendaction are informed of the end of a file. by Benjamin Kramer · 11 years ago
  27. 62a56f3 Revert "unique_ptr-ify ownership of ASTConsumers" by David Blaikie · 11 years ago
  28. a51666a unique_ptr-ify ownership of ASTConsumers by David Blaikie · 11 years ago
  29. 0621cb2 Make clang's rewrite engine a core feature by Alp Toker · 11 years ago
  30. 56b5cc9 ASTContext: Declare builtin types implicitly by Alp Toker · 11 years ago
  31. ac851792 [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMakeLists.txt. by NAKAMURA Takumi · 11 years ago
  32. 336fcd9 [Parser] Unbreak parsing with incremental parsing enabled and add a unit-test for it. by Argyrios Kyrtzidis · 12 years ago
  33. 898229a [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 12 years ago
  34. f1b49e2 Nuke SetUpBuildDumpLog. by Sean Silva · 12 years ago
  35. e8d968f fix the unit tests too. by Chris Lattner · 12 years ago
  36. fa0b3bb Really sort the #include lines in unittests/... by Chandler Carruth · 12 years ago
  37. 320d966 Sort the #include lines for unittests/... by Chandler Carruth · 12 years ago
  38. cdf8149 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 13 years ago
  39. bf40d6b [ms-inline asm] Add various MC components to clang build to support MS-style inline assembly. by Chad Rosier · 13 years ago
  40. 4577cd3 Add various MC components to clang build to support MS-style inline assembly. by Chad Rosier · 13 years ago
  41. eb7b9f8 Update unittests for include change. by Benjamin Kramer · 13 years ago
  42. 016bbd8 Clang side of a refactoring of the CMake unit test build strategy. by Chandler Carruth · 13 years ago
  43. 39a3e75 Fix a big layering violation introduced by r158771. by Chandler Carruth · 13 years ago
  44. aab8383 Structured comment parsing, first step. by Dmitri Gribenko · 13 years ago
  45. 1840cc2 Kill the last vestiges of clangIndex by Douglas Gregor · 13 years ago
  46. f7639e1 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 13 years ago
  47. d6a5828 Fix broken unit test by Douglas Gregor · 13 years ago
  48. 1d78d75 This random unit test also depends on ARCMigrate. by John McCall · 14 years ago
  49. d70fb981 The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this. by John McCall · 14 years ago
  50. 8f5cf74 Re-instate r125819 and r125820 with no functionality change by Peter Collingbourne · 14 years ago
  51. a6d2bff Revert 125820 and 125819 to fix PR9266. by Rafael Espindola · 14 years ago
  52. 14a552b Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction by Peter Collingbourne · 14 years ago
  53. 392d2ed Fix a typo in a comment in tools/clang/unittests/Frontend/Makefile. by Zhanyong Wan · 14 years ago
  54. c7da993 Add gTest unittests to clang, and write the first one. by Jeffrey Yasskin · 14 years ago