aboutsummaryrefslogtreecommitdiff
path: root/lib/ARCMigrate/TransBlockObjCVariable.cpp
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Remove trailing spaceFangrui Song
2014-03-14[C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...Aaron Ballman
2012-12-01Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer
2012-11-14s/tranform/transform/Benjamin Kramer
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-07-04Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.Benjamin Kramer
2012-06-06Remove the last dead private member in clang.Benjamin Kramer
2012-06-06Remove unused private member variables found by clang's new -Wunused-private-...Benjamin Kramer
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-10Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall
2012-03-05[arcmt]Argyrios Kyrtzidis
2011-07-25Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-12[arcmt] Before applying '__weak' check whether the objc class is annotated wi...Argyrios Kyrtzidis
2011-07-06Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall
2011-06-21[arcmt] Break apart Transforms.cpp.Argyrios Kyrtzidis