1. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  2. 9371dd2 [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with iterator_range captures(). Updating all of the usages of the iterators with range-based for loops. by Aaron Ballman · 12 years ago
  3. ea70eb3 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 · 13 years ago
  4. d81108f s/tranform/transform/ by Benjamin Kramer · 13 years ago
  5. 830885c Fix a typo (the the => the) by Sylvestre Ledru · 13 years ago
  6. 4ab984e Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. by Benjamin Kramer · 13 years ago
  7. 972a96a Remove the last dead private member in clang. by Benjamin Kramer · 13 years ago
  8. d1d76b2 Remove unused private member variables found by clang's new -Wunused-private-field. by Benjamin Kramer · 13 years ago
  9. bbafb8a Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 14 years ago
  10. 113bee0 Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to by John McCall · 14 years ago
  11. afdc66f [arcmt] by Argyrios Kyrtzidis · 14 years ago
  12. 35f5320 Mechanically rename SourceManager::getInstantiationLoc and by Chandler Carruth · 14 years ago
  13. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  14. ce9b739 [arcmt] Before applying '__weak' check whether the objc class is annotated with objc_arc_weak_reference_unavailable by Argyrios Kyrtzidis · 14 years ago
  15. 24fc0de Change the driver's logic about Objective-C runtimes: abstract out a by John McCall · 14 years ago
  16. e5b475c [arcmt] Break apart Transforms.cpp. by Argyrios Kyrtzidis · 14 years ago