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. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  6. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  7. 1fab7c3 Merge remote-tracking branch 'upstream/release_34' into merge-20140211 by Stephen Hines · 10 years ago
  8. 6badc76 ObjectiveC migrator: When doing migration, migrator must suggest by Fariborz Jahanian · 11 years ago
  9. 4ac73c7 Merge commit '51e75aecf4fb303b91c9e54fd88e3509e5acc7a6' into merge-20130807 by Stephen Hines · 11 years ago
  10. 44b41b1 ObjectiveC migrator: Remove semicolon after the typedef by Fariborz Jahanian · 11 years ago
  11. bbbb0fe ObjectiveC migration. migration to NS_ENUM/SN_OPTION - wip. by Fariborz Jahanian · 11 years ago
  12. e91b1b9 ObjectiveC migration: complete migrating class by Fariborz Jahanian · 11 years ago
  13. 8c35583 ObjC migrator: build conforming interface declaration (not yet used). wip. by Fariborz Jahanian · 11 years ago
  14. 07b1bbe ObjC migrator: Improve on hueristics. by Fariborz Jahanian · 11 years ago
  15. e16a475 objc migrator: More refinment of property by Fariborz Jahanian · 11 years ago
  16. 1921b58 [Objective-C migrator] replace candidate user setter/getter with by Fariborz Jahanian · 11 years ago
  17. afcb16f [objc migrator]: More knobs to do migration to use of objc's properties. by Fariborz Jahanian · 11 years ago
  18. 83eba02c Merge remote-tracking branch 'upstream/master' into merge-20130502 by Stephen Hines · 11 years ago
  19. ecc271f [objcmt] Fix a mishandled conversion to objc directory literal. by Argyrios Kyrtzidis · 11 years ago
  20. bd3aca0 Update build rules for Clang merge to version 176138. by Stephen Hines · 11 years ago
  21. 450b86c Merge commit 'b58f810669d9c17bcc025b7560de01d162856f34' into merge_20130226 by Stephen Hines · 11 years ago
  22. dc84cd5 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 11 years ago
  23. 6530390 Remove an unneeded const_cast by Dmitri Gribenko · 11 years ago
  24. 3f6f51e Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 11 years ago
  25. 15bb58e Merge commit 'd130fd2e141f1fef412c2d58e7385370801bd718' into merge-llvm by Stephen Hines · 11 years ago
  26. e6b9d80 Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 11 years ago
  27. a44b970 [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionary literal by Argyrios Kyrtzidis · 11 years ago
  28. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 11 years ago
  29. f50b8f0 EditedSource.cpp: Appease msvc, to add <cctype>. by NAKAMURA Takumi · 11 years ago
  30. 5964df1 Use some heuristics so that when a fixit removes a source range, we try by Argyrios Kyrtzidis · 11 years ago
  31. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  32. 37ed127 Refactor recording the preprocessor conditional directive regions out of by Argyrios Kyrtzidis · 12 years ago
  33. 9f0b132 Merge branch 'upstream' into merge-2012_09_10 by Stephen Hines · 12 years ago
  34. a6c66ce Change the representation of builtin functions in the AST by Eli Friedman · 12 years ago
  35. 80ea4bc Merge branch 'upstream' into merge_2 by Stephen Hines · 12 years ago
  36. ee95935 Apply changes to migrate to CLANG-160673-20120724. by Shih-wei Liao · 12 years ago
  37. 08fc8eb Merge with Clang upstream r160673 (Jul 24th 2012) by Shih-wei Liao · 12 years ago
  38. 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 12 years ago
  39. 866abce clang/lib: [CMake] Reformat, alphabetize lists. by NAKAMURA Takumi · 12 years ago
  40. 4e56c42 Add libEdit dependency on ClangDiagnosticCommon. Hopefully this will unbreak the VS build. by Ted Kremenek · 12 years ago
  41. 1838703 [objcmt] Check for classes that accept 'objectForKey:' (or the other selectors by Argyrios Kyrtzidis · 12 years ago
  42. c2abbe0 [objcmt] Allow migrating to subscripting syntax for other classes by Argyrios Kyrtzidis · 12 years ago
  43. 478851c Drop the ASTContext.h include from Stmt.h and fix up transitive users. by Benjamin Kramer · 12 years ago
  44. af505c5 Fix uninitialized variable use bug found by the clairvoyant static analyzer. by Argyrios Kyrtzidis · 12 years ago
  45. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  46. 8b9fcd7 [objcmt] Have the modern objc migration warning change from: by Argyrios Kyrtzidis · 12 years ago
  47. 12b732a [objcmt] When checking whether the subscripting methods are declared use by Argyrios Kyrtzidis · 12 years ago
  48. 6b4db9b [objcmt] When in ARC mode, also convert "[[.. alloc] init]" messages to literals, by Argyrios Kyrtzidis · 12 years ago
  49. cacf718 [objcmt] Don't migrate to subscripting syntax if the required methods have not by Argyrios Kyrtzidis · 12 years ago
  50. 013a254 [objcmt] Warn when modern objc migrator does not convert a NSNumber message because it requires a cast. by Argyrios Kyrtzidis · 12 years ago
  51. 2bddd43 [objcmt] Don't add redundant parentheses when migrating subscripting of an ivar. by Argyrios Kyrtzidis · 12 years ago
  52. 0773659 [objcmt] Accept char arrays for rewriting to @() syntax. by Argyrios Kyrtzidis · 12 years ago
  53. c5d33e9 [objcmt] When using NSNumber numberWithInteger:/numberWithUnsignedInteger: be by Argyrios Kyrtzidis · 12 years ago
  54. 7fe103c [objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString: by Argyrios Kyrtzidis · 12 years ago
  55. 0d578a6 [objcmt] Rewrite [NSNumber numberWith*] messages to the new @() boxing syntax. by Argyrios Kyrtzidis · 12 years ago
  56. 20119a8 [objcmt] When rewriting to subscripting syntax, make sure we put by Argyrios Kyrtzidis · 12 years ago
  57. 055b395 [objcmt] When rewriting to array/dictionary literals, add an explicit by Argyrios Kyrtzidis · 12 years ago
  58. 560ad31 Migrate external/clang to CLANG-153220-20120321. by Shih-wei Liao · 12 years ago
  59. bea6c0a Remove unused-but-set variable. by Benjamin Kramer · 12 years ago
  60. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  61. 30660a8 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 12 years ago