1. f50b8f0 EditedSource.cpp: Appease msvc, to add <cctype>. by NAKAMURA Takumi · 12 years ago
  2. 5964df1 Use some heuristics so that when a fixit removes a source range, we try by Argyrios Kyrtzidis · 12 years ago
  3. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  4. 37ed127 Refactor recording the preprocessor conditional directive regions out of by Argyrios Kyrtzidis · 12 years ago
  5. a6c66ce Change the representation of builtin functions in the AST by Eli Friedman · 12 years ago
  6. 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 12 years ago
  7. 866abce clang/lib: [CMake] Reformat, alphabetize lists. by NAKAMURA Takumi · 12 years ago
  8. 4e56c42 Add libEdit dependency on ClangDiagnosticCommon. Hopefully this will unbreak the VS build. by Ted Kremenek · 12 years ago
  9. 1838703 [objcmt] Check for classes that accept 'objectForKey:' (or the other selectors by Argyrios Kyrtzidis · 12 years ago
  10. c2abbe0 [objcmt] Allow migrating to subscripting syntax for other classes by Argyrios Kyrtzidis · 12 years ago
  11. 478851c Drop the ASTContext.h include from Stmt.h and fix up transitive users. by Benjamin Kramer · 12 years ago
  12. af505c5 Fix uninitialized variable use bug found by the clairvoyant static analyzer. by Argyrios Kyrtzidis · 12 years ago
  13. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  14. 8b9fcd7 [objcmt] Have the modern objc migration warning change from: by Argyrios Kyrtzidis · 12 years ago
  15. 12b732a [objcmt] When checking whether the subscripting methods are declared use by Argyrios Kyrtzidis · 12 years ago
  16. 6b4db9b [objcmt] When in ARC mode, also convert "[[.. alloc] init]" messages to literals, by Argyrios Kyrtzidis · 12 years ago
  17. cacf718 [objcmt] Don't migrate to subscripting syntax if the required methods have not by Argyrios Kyrtzidis · 12 years ago
  18. 013a254 [objcmt] Warn when modern objc migrator does not convert a NSNumber message because it requires a cast. by Argyrios Kyrtzidis · 12 years ago
  19. 2bddd43 [objcmt] Don't add redundant parentheses when migrating subscripting of an ivar. by Argyrios Kyrtzidis · 12 years ago
  20. 0773659 [objcmt] Accept char arrays for rewriting to @() syntax. by Argyrios Kyrtzidis · 12 years ago
  21. c5d33e9 [objcmt] When using NSNumber numberWithInteger:/numberWithUnsignedInteger: be by Argyrios Kyrtzidis · 12 years ago
  22. 7fe103c [objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString: by Argyrios Kyrtzidis · 12 years ago
  23. 0d578a6 [objcmt] Rewrite [NSNumber numberWith*] messages to the new @() boxing syntax. by Argyrios Kyrtzidis · 12 years ago
  24. 20119a8 [objcmt] When rewriting to subscripting syntax, make sure we put by Argyrios Kyrtzidis · 12 years ago
  25. 055b395 [objcmt] When rewriting to array/dictionary literals, add an explicit by Argyrios Kyrtzidis · 12 years ago
  26. bea6c0a Remove unused-but-set variable. by Benjamin Kramer · 12 years ago
  27. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  28. 30660a8 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 12 years ago