1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  4. e559960 Add libclang for target. by Tong Shen · 10 years ago
  5. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  6. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  7. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  8. 1fab7c3 Merge remote-tracking branch 'upstream/release_34' into merge-20140211 by Stephen Hines · 10 years ago
  9. f91fc4b Merging r195877: by Bill Wendling · 11 years ago
  10. 1505edf Fix typo: inccrementally by Benjamin Kramer · 11 years ago
  11. 040cd82 ObjectiveC modern rewriter. Rewrite typedefs by Fariborz Jahanian · 11 years ago
  12. 2330df4 Revert my patch in r191155 to allow forward by Fariborz Jahanian · 11 years ago
  13. 786e56f ObjectiveC modern translator: Provide proper cast of by Fariborz Jahanian · 11 years ago
  14. a2b4754 Address review comment on r189557. by Eli Friedman · 11 years ago
  15. 4a08e2b Remove unused variable. by Eli Friedman · 11 years ago
  16. 426bb9c Modern ObjectiveC translator. Fix translation of by Fariborz Jahanian · 11 years ago
  17. e575359 Fix constructor-related typos. by Benjamin Kramer · 11 years ago
  18. e38f08a ObjectiveC modern translator: fix up generated fast enumeration by Fariborz Jahanian · 11 years ago
  19. 3432b78 Properly escape filenames in line directives. by Eli Friedman · 11 years ago
  20. 2414697 Split isFromMainFile into two functions. by Eli Friedman · 11 years ago
  21. 4ac73c7 Merge commit '51e75aecf4fb303b91c9e54fd88e3509e5acc7a6' into merge-20130807 by Stephen Hines · 11 years ago
  22. e9512e2 [frontend] '-frewrite-includes' should not ignore headers included from command-line. by Argyrios Kyrtzidis · 11 years ago
  23. 8ee6a0d avoid bogus warnings about "unknown" pragmas with -frewrite-includes (pr#14831) by Lubos Lunak · 11 years ago
  24. ce6af11 fix sometimes incorrect line numbers in -frewrite-includes mode (pr#14795) by Lubos Lunak · 11 years ago
  25. d965f95 Update for llvm API change. by Rafael Espindola · 11 years ago
  26. 70e7aec Use llvm::sys::fs::createUniqueFile. by Rafael Espindola · 11 years ago
  27. 1ec4a86 Use llvm::sys::fs::createTemporaryFile. by Rafael Espindola · 11 years ago
  28. 6b9240e Use SmallVectorImpl& for function arguments instead of SmallVector. by Craig Topper · 11 years ago
  29. 09d19ef Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. by Craig Topper · 11 years ago
  30. 2049840 Merge commit '1342a4ef62dd7b839c6f09348b246a4f00282f29' into merge_20130612 by Stephen Hines · 11 years ago
  31. 1342a4e Port HTMLDiagnostics to PathV2. No intended functionality change. by Benjamin Kramer · 11 years ago
  32. 49e1d98 Added Lexer::getBufferEnd(). by Alexander Kornienko · 11 years ago
  33. 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
  34. b18840d Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the FileID. by Argyrios Kyrtzidis · 11 years ago
  35. cc2b653 Remove DiagnosticConsumer::clone(), a bad idea that is now unused. by Douglas Gregor · 11 years ago
  36. 83eba02c Merge remote-tracking branch 'upstream/master' into merge-20130502 by Stephen Hines · 11 years ago
  37. 596eea7 rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency. by Benjamin Kramer · 11 years ago
  38. 0340996 [frontend] -frewrite-includes: turn implicit module imports into @imports. by Argyrios Kyrtzidis · 11 years ago
  39. 507d496 [frontend] -frewrite-includes: if there was no inclusion, don't add lineinfo that indicates return from another file. by Argyrios Kyrtzidis · 11 years ago
  40. d2615cc Add 178663 back. by Rafael Espindola · 11 years ago
  41. 4f8a3eb Revert 178663. by Rafael Espindola · 11 years ago
  42. f9f3079 Objective-C modern rewriter. Fixes a bug by Fariborz Jahanian · 11 years ago
  43. 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 11 years ago
  44. 15d6888 Merge branch 'upstream' into merge_2013_03_18 by Stephen Hines · 11 years ago
  45. 62bbe07 Add some assertions to appease the static analyzer. by Jordan Rose · 11 years ago
  46. bea522f ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. by Jordan Rose · 11 years ago
  47. bd3aca0 Update build rules for Clang merge to version 176138. by Stephen Hines · 11 years ago
  48. 450b86c Merge commit 'b58f810669d9c17bcc025b7560de01d162856f34' into merge_20130226 by Stephen Hines · 11 years ago
  49. 959dc84 Use trailing documentation comments properly by Dmitri Gribenko · 11 years ago
  50. a09cd81 objective-C modern translator: Fixes a mistranslation by Fariborz Jahanian · 11 years ago
  51. 3f6f51e Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 11 years ago
  52. 9ffd1ae objective-C modern translation: Fix another random translation bug by Fariborz Jahanian · 11 years ago
  53. bfaa111 objective-C modern translator. Fixes a trivial by Fariborz Jahanian · 11 years ago
  54. ada7191 objective-C modern translator. Generate #line by Fariborz Jahanian · 11 years ago
  55. 31c4a4b objective-C modern translator. More fixups for by Fariborz Jahanian · 11 years ago
  56. cd3b036 objective-C modern translator. Fix up the translated by Fariborz Jahanian · 11 years ago
  57. 15bb58e Merge commit 'd130fd2e141f1fef412c2d58e7385370801bd718' into merge-llvm by Stephen Hines · 11 years ago
  58. d329724 Rework the traversal of Objective-C categories and extensions to by Douglas Gregor · 11 years ago
  59. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 11 years ago
  60. e3b2988 Fix indent and remove parameter with a matching default value. by Chad Rosier · 11 years ago
  61. 87aa2fb Remove duplicate includes. by Roman Divacky · 11 years ago
  62. ad017fa Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 11 years ago
  63. 094dbf9 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 11 years ago
  64. 6febf12 Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it, by Eli Friedman · 11 years ago
  65. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  66. c2b914f Make helper classes anonymous. Make helper functions static instead of private members so the anonymous class doesn't leak out. by Benjamin Kramer · 12 years ago
  67. a93d0f2 Include pruning and general cleanup. by Benjamin Kramer · 12 years ago
  68. 9852f58 Don't include Type.h in DeclarationName.h. by Benjamin Kramer · 12 years ago
  69. 2fa67ef Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code. by Benjamin Kramer · 12 years ago
  70. b15c898 objective-C blocks: Make sure that identical logic is used by Fariborz Jahanian · 12 years ago
  71. 9ecf642 Make libASTMatchers link its dependencies. libRewriteFrontend depends on libRewriteCore. by Benjamin Kramer · 12 years ago
  72. 3b45ca9 objective-C modern translator. Start the line directive on a new line. by Fariborz Jahanian · 12 years ago
  73. 43f4f1e modern ObjC translator. Insert line number for @synchronized statements. by Fariborz Jahanian · 12 years ago
  74. f616ae2 objective-C modern rewriter. Insert line numbers in by Fariborz Jahanian · 12 years ago
  75. ba529a9 RewriteModernObjC.cpp: Use Lexer::Stringify() on the file name of #line directive to escape Win32 path separator '\\'. by NAKAMURA Takumi · 12 years ago
  76. 9620596 Modern objective-C translator: Start adding line info to the by Fariborz Jahanian · 12 years ago
  77. 02c23eb Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 12 years ago
  78. b43d87b Remove pointless classof()'s. by Sean Silva · 12 years ago
  79. 2ec1d13 Silencing an MSVC warning about */ being found outside of a comment. by Aaron Ballman · 12 years ago
  80. be9af12 Add FP_CONTRACT support for clang. by Lang Hames · 12 years ago
  81. f8afcff For PPCallbacks::InclusionDirective() add a parameter for the module, whenever by Argyrios Kyrtzidis · 12 years ago
  82. da31359 Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html by Argyrios Kyrtzidis · 12 years ago
  83. e5cc4c9 Merge up through LLVM r163557. by Stephen Hines · 12 years ago
  84. 9f0b132 Merge branch 'upstream' into merge-2012_09_10 by Stephen Hines · 12 years ago
  85. 1ad23d6 Remove redundant semicolons which are null statements. by Dmitri Gribenko · 12 years ago
  86. 2d234d73 Fixing the return type information for objc_sync_enter and objc_sync_exit. Patch thanks to Joe Ranieri! by Aaron Ballman · 12 years ago
  87. 305c613 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 12 years ago
  88. 3b6bef9 Push ArrayRef through the Expr hierarchy. by Benjamin Kramer · 12 years ago
  89. 80ea4bc Merge branch 'upstream' into merge_2 by Stephen Hines · 12 years ago
  90. a6e5a6e Modern objc translator: Fixes a crash in rewriter when rewriting the API by Fariborz Jahanian · 12 years ago
  91. d1420c6 Store SourceManager pointer on PrintingPolicy in the case where we're dumping, by Richard Smith · 12 years ago
  92. ee95935 Apply changes to migrate to CLANG-160673-20120724. by Shih-wei Liao · 12 years ago
  93. 08fc8eb Merge with Clang upstream r160673 (Jul 24th 2012) by Shih-wei Liao · 12 years ago
  94. b23b711 [analyzer] Add Prev/Next links to the HTML output. by Jordan Rose · 12 years ago
  95. 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 12 years ago
  96. 2ca5af2 objective-c modern translator. Provide declaration of by Fariborz Jahanian · 12 years ago
  97. daa872b modern objective-c translator: conditionally include by Fariborz Jahanian · 12 years ago
  98. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
  99. 6734ec4 objective-c modern translator: synthesize argument type by Fariborz Jahanian · 12 years ago
  100. 49f6dac modern objc translator: string.h is unavailable on some non-OSX by Fariborz Jahanian · 12 years ago