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