1. b4ba467 [Fixed Point Arithmetic] Fixed Point to Boolean Cast by Leonard Chan · 7 years ago
  2. b555b76 [OpenCL][NFC] Unify ZeroToOCL* cast types by Andrew Savonichev · 7 years ago
  3. 99bda37 [Fixed Point Arithmetic] FixedPointCast by Leonard Chan · 7 years ago
  4. 1c301dc Port getLocEnd -> getEndLoc by Stephen Kelly · 7 years ago
  5. f2ceec4 Port getLocStart -> getBeginLoc by Stephen Kelly · 7 years ago
  6. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  7. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  8. efa7124 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  9. 8983142 Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand." by Egor Churaev · 9 years ago
  10. 0bc4b2d [OpenCL] Generate opaque type for sampler_t and function call for the initializer by Yaxun Liu · 9 years ago
  11. df1ed00 [Bugfix] Fix ICE on constexpr vector splat. by George Burgess IV · 10 years ago
  12. be7bf72 Objective-C modernization. Convert -initWithUTF8String messaging by Fariborz Jahanian · 11 years ago
  13. 2145bc0 [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  14. e146832 Add front-end infrastructure now address space casts are in LLVM IR. by David Tweed · 12 years ago
  15. 85e988b ObjectiveC migrator: Remove semicolon after the typedef by Fariborz Jahanian · 12 years ago
  16. 9246327 ObjectiveC migration. migration to NS_ENUM/SN_OPTION - wip. by Fariborz Jahanian · 12 years ago
  17. 3eb3159 ObjectiveC migration: complete migrating class by Fariborz Jahanian · 12 years ago
  18. 5bd5aff ObjC migrator: build conforming interface declaration (not yet used). wip. by Fariborz Jahanian · 12 years ago
  19. 56f48d0 ObjC migrator: Improve on hueristics. by Fariborz Jahanian · 12 years ago
  20. a830ea7 objc migrator: More refinment of property by Fariborz Jahanian · 12 years ago
  21. bfaabe4 [Objective-C migrator] replace candidate user setter/getter with by Fariborz Jahanian · 12 years ago
  22. 266926d [objc migrator]: More knobs to do migration to use of objc's properties. by Fariborz Jahanian · 12 years ago
  23. 05785d1 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 13 years ago
  24. 60e92e5 Remove an unneeded const_cast by Dmitri Gribenko · 13 years ago
  25. 1b4fb3e Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 13 years ago
  26. 6b4f341 [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionary literal by Argyrios Kyrtzidis · 13 years ago
  27. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  28. 34866c7 Change the representation of builtin functions in the AST by Eli Friedman · 13 years ago
  29. 89b928e [objcmt] Check for classes that accept 'objectForKey:' (or the other selectors by Argyrios Kyrtzidis · 13 years ago
  30. 13b9292 [objcmt] Allow migrating to subscripting syntax for other classes by Argyrios Kyrtzidis · 13 years ago
  31. 1ea8e09 Drop the ASTContext.h include from Stmt.h and fix up transitive users. by Benjamin Kramer · 13 years ago
  32. 927a437 [objcmt] Have the modern objc migration warning change from: by Argyrios Kyrtzidis · 13 years ago
  33. a3fcbeb [objcmt] When checking whether the subscripting methods are declared use by Argyrios Kyrtzidis · 13 years ago
  34. 63aebfb [objcmt] When in ARC mode, also convert "[[.. alloc] init]" messages to literals, by Argyrios Kyrtzidis · 13 years ago
  35. 6310fdd [objcmt] Don't migrate to subscripting syntax if the required methods have not by Argyrios Kyrtzidis · 13 years ago
  36. b482260 [objcmt] Warn when modern objc migrator does not convert a NSNumber message because it requires a cast. by Argyrios Kyrtzidis · 13 years ago
  37. 9444298 [objcmt] Don't add redundant parentheses when migrating subscripting of an ivar. by Argyrios Kyrtzidis · 13 years ago
  38. 8154147 [objcmt] Accept char arrays for rewriting to @() syntax. by Argyrios Kyrtzidis · 13 years ago
  39. cebe722 [objcmt] When using NSNumber numberWithInteger:/numberWithUnsignedInteger: be by Argyrios Kyrtzidis · 13 years ago
  40. 7bd957c [objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString: by Argyrios Kyrtzidis · 13 years ago
  41. 491e4ae [objcmt] Rewrite [NSNumber numberWith*] messages to the new @() boxing syntax. by Argyrios Kyrtzidis · 13 years ago
  42. 0bbe94f [objcmt] When rewriting to subscripting syntax, make sure we put by Argyrios Kyrtzidis · 13 years ago
  43. c1dfed6 [objcmt] When rewriting to array/dictionary literals, add an explicit by Argyrios Kyrtzidis · 13 years ago
  44. ece209a Remove unused-but-set variable. by Benjamin Kramer · 14 years ago
  45. bbafb8a Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 14 years ago
  46. f7639e1 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 14 years ago