1. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 9 years ago
  2. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  3. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  4. 1fab7c3 Merge remote-tracking branch 'upstream/release_34' into merge-20140211 by Stephen Hines · 10 years ago
  5. f1576c1 [objcmt] If the frontend option is frontend::MigrateSource then we don't need to create by Argyrios Kyrtzidis · 11 years ago
  6. 9a7e09f Remove -ast-dump-xml. by Richard Smith · 11 years ago
  7. 74fd551 Objective-C migrator. Simplify migrator option by Fariborz Jahanian · 11 years ago
  8. 5b98aba ObjectiveC migrator. This patch infers readonly properties for no-parameter by Fariborz Jahanian · 11 years ago
  9. e638503 Fix dependencies now that the ARC migrator depends on the static analyzer. by Jordan Rose · 11 years ago
  10. 4ac73c7 Merge commit '51e75aecf4fb303b91c9e54fd88e3509e5acc7a6' into merge-20130807 by Stephen Hines · 11 years ago
  11. 201d3fb Indicate success for simple options when clang called with -cc1. by Rafael Espindola · 11 years ago
  12. d412999 ObjC migrator: Add -objcmt-migrate-property to do property by Fariborz Jahanian · 11 years ago
  13. d771b44 With CLANG_ENABLE_STATIC_ANALYZER=0, link clang properly and skip clang-check. by Jordan Rose · 11 years ago
  14. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  15. 83eba02c Merge remote-tracking branch 'upstream/master' into merge-20130502 by Stephen Hines · 11 years ago
  16. c544ba0 <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. by Douglas Gregor · 11 years ago
  17. 15bb58e Merge commit 'd130fd2e141f1fef412c2d58e7385370801bd718' into merge-llvm by Stephen Hines · 11 years ago
  18. 8da06bb use early returns to simplify and de-nest by Sean Silva · 11 years ago
  19. fc2929f Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user by Roman Divacky · 11 years ago
  20. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 11 years ago
  21. f1eaab1 PR14303: Add a NoDriverOption flag to those options which are not accepted by by Richard Smith · 12 years ago
  22. 9f0b132 Merge branch 'upstream' into merge-2012_09_10 by Stephen Hines · 12 years ago
  23. 305c613 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 12 years ago
  24. 45796b1 Make AnalyzerOptions a shared object between CompilerInvocation and by Ted Kremenek · 12 years ago
  25. 80ea4bc Merge branch 'upstream' into merge_2 by Stephen Hines · 12 years ago
  26. 08fc8eb Merge with Clang upstream r160673 (Jul 24th 2012) by Shih-wei Liao · 12 years ago
  27. 171af64 Added -ast-list option to dump filterable AST decl node names. by Alexander Kornienko · 12 years ago
  28. 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 12 years ago
  29. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  30. f1492f9 Support -frewrite-includes as an option while preprocessing. by David Blaikie · 12 years ago
  31. 8c0b378 Add a -rewrite-includes option, which is similar to -rewrite-macros, but only expands #include directives. by David Blaikie · 12 years ago
  32. 6d89b4b Fix cmake. Remaining two ClangCC1Options deps. by Andrew Trick · 12 years ago
  33. bfd7a52 Unify Options.td and CC1Options.td, in a first step towards unifying the serialization logic in Frontend and Driver. by James Molloy · 12 years ago
  34. 1050471 Remove the -cc1-level option "-pubnames-dump". Such things should stay by Douglas Gregor · 12 years ago
  35. 978fc9c Introduce a -cc1-level option -pubnames-dump, which simply dumps the by Douglas Gregor · 12 years ago
  36. d316862 Merge branch 'upstream' into sliao_d by Shih-wei Liao · 12 years ago
  37. 30660a8 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 12 years ago
  38. 9193208 Merge branch 'upstream' into merge-20120305 by Stephen Hines · 12 years ago
  39. 6bd17d2 Make use of const-correct ParseCommandLineOptions by David Blaikie · 12 years ago
  40. 6f42b62 Basic: import OwningPtr<> into clang namespace by Dylan Noblesmith · 12 years ago
  41. e839806 Fix ASTMerge tests that I broke in my previous commit. by Argyrios Kyrtzidis · 12 years ago
  42. b3ca263 Use variable in place of multiple CI.getFrontendOpts() calls and use a bit by Argyrios Kyrtzidis · 12 years ago
  43. 61d679a Introduce 3 new fixit options: by Argyrios Kyrtzidis · 12 years ago
  44. 561d3ab Remove unnecessary default cases in switches over enums. by David Blaikie · 12 years ago
  45. 298aaf2 Merge with clang upstream r146715 (Dec 16th 2011) by Logan Chien · 12 years ago
  46. 9f6d068 Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. by Chad Rosier · 12 years ago
  47. ff78927 Add frontend flags to enable bitcode verifier pass. by Chad Rosier · 12 years ago
  48. 6649014 Eliminate the -emit-module option, which emitted a module by parsing a by Douglas Gregor · 12 years ago
  49. 2a710c8 Merge with clang upstream r145117 (Nov 25th 2011) by Logan Chien · 13 years ago
  50. db1cde7 Add support for building a module from a module map to the -cc1 by Douglas Gregor · 13 years ago
  51. d2536a6 Revert r144703. It was a dumb idea anyway; will add the new bits more by Douglas Gregor · 13 years ago
  52. b8691df Split GenerateModuleAction into its own action, which will start by Douglas Gregor · 13 years ago
  53. 00a92ab Merge with clang upstream Oct 20th 2011 (r142531) by Logan Chien · 13 years ago
  54. 6e0afc8 Parse LLVM command line arguments after plugins have been loaded by Tobias Grosser · 13 years ago
  55. 531dcce Eliminate the unused -create-module cc1-level option by Douglas Gregor · 13 years ago
  56. 3f5af5d More missing dependencies picked up by Ninja. by Peter Collingbourne · 13 years ago
  57. 467dc88 Introduce a -cc1 option "-emit-module", that creates a binary module by Douglas Gregor · 13 years ago
  58. 08b8653 [analyzer] Overhaul of checker registration in preparation for basic plugin support. Removes support for checker groups (we can add them back in later if we decide they are still useful), and -analyzer-checker-help output is a little worse for the time being (no packages). by Jordy Rose · 13 years ago
  59. 9d10254 Merge with clang upstream r135574 (Jul 20th 2011) by Logan Chien · 13 years ago
  60. 7ee2049 [arcmt] Add some additional driver flags to optionally emit or save the pre-migration ARC errors. by Argyrios Kyrtzidis · 13 years ago
  61. 174cba9 Merge upstream to r135344 at Sat. 16th July 2011. by Nowar Gu · 13 years ago
  62. 69325d5 [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. by Argyrios Kyrtzidis · 13 years ago
  63. 3bd2138 Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like this living in a separate branch. by Jonathan D. Turner · 13 years ago
  64. 7062281 Merge upstream to r133678 at Thu. 23th Jun 2011. by Nowar Gu · 13 years ago
  65. c2e70b4 [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we hoped it would be. by Argyrios Kyrtzidis · 13 years ago
  66. 16c8f9d Merge upstream to r133163 at Fri. 17th Jun 2011. by Nowar Gu · 13 years ago
  67. f7f8188 Raise the ARCMT functionality in Clang into proper FrontendActions. by Chandler Carruth · 13 years ago
  68. d01d2b2 Merge upstream to r131335 at Sat. 14th May 2011. by Nowar Gu · 13 years ago
  69. 72e3a0a Re-enable disable free optimization where the FrontendAction is not freed when -disable-free is passed. This accidentally was commited in r128011. by Ted Kremenek · 13 years ago
  70. f445deb Merge branch 'upstream' into logan-fastforward-20110320 by csmon · 13 years ago
  71. 4f32786 Improve crash recovery cleanup to recovery CompilerInstances during crash recovery. This was a huge resource "root" during crashes. by Ted Kremenek · 13 years ago
  72. 8e02635 Merge with clang upstream r127869 (Mar 18th 2011) by Logan Chien · 13 years ago
  73. 27d7065 Merge with clang upstream (Nov 6th 2011) by Logan Chien · 13 years ago
  74. e6ec11a Remove the AST printer (-ast-print-xml), which is too incomplete and by Douglas Gregor · 13 years ago
  75. 053ec96 Merge with clang upstream Nov 10th 2010. by Logan · 13 years ago
  76. 116f364 Intoduce '-analyzer-checker-help' flag which outputs a list of all available static analyzer checkers. by Argyrios Kyrtzidis · 13 years ago
  77. 91a230a Eliminate the internal command-line option for viewing inheritance in C++ classes, since it's only really worked for the trivial cases anyway due to lame pseudo-parsing of the class name. The viewInheritance() function is still available for use in the debugger, where this is far more useful by Douglas Gregor · 13 years ago
  78. 43dee22 [analyzer] Overhauling of the checker registration mechanism. by Argyrios Kyrtzidis · 13 years ago
  79. e817771 [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/AnalysisConsumer.cpp into Frontend lib. by Argyrios Kyrtzidis · 13 years ago
  80. 886e160 CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 13 years ago
  81. 9b66371 Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. by Ted Kremenek · 13 years ago
  82. 150e0ef Add build rules for clang executable. by Logan · 13 years ago
  83. db2b7b1 Better clang build utility in the next CL: Should use clang-bin... Revert "Build clang utiliy." by Shih-wei Liao · 13 years ago
  84. 65dbda0 Build clang utiliy. by Shih-wei Liao · 13 years ago
  85. 2114258 Chris Lattner has strong opinions about directory layout. :) by Ted Kremenek · 13 years ago
  86. 3a8f40e Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile. by Ted Kremenek · 13 years ago
  87. 9ef6537 Rename static analyzer namespace 'GR' to 'ento'. by Ted Kremenek · 13 years ago
  88. 5a4f98f [analyzer] Refactoring: Move stuff into namespace 'GR'. by Argyrios Kyrtzidis · 13 years ago
  89. a7af5ea [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own library, libclangGRCheckers by Argyrios Kyrtzidis · 13 years ago
  90. bce30c5 [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore by Argyrios Kyrtzidis · 13 years ago
  91. 98cabba [analyzer] Refactoring: include/clang/Checker -> include/clang/GR by Argyrios Kyrtzidis · 13 years ago
  92. 03013fa Merge System into Support. by Michael J. Spencer · 13 years ago
  93. f351424 Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals by John McCall · 14 years ago
  94. e8f0ba7 getNumErrors() -> hasErrorOccurred() by Argyrios Kyrtzidis · 14 years ago
  95. fe0fb28 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 14 years ago
  96. 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 14 years ago
  97. 42591fa CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 14 years ago
  98. 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 14 years ago
  99. a385125 Clean up CMake dependencies by Douglas Gregor · 14 years ago
  100. ec9bf47 Clean up CMake dependencies by Douglas Gregor · 14 years ago