Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
ARCMigrate
/
TransBlockObjCVariable.cpp
6907ce2
Remove trailing space
by Fangrui Song
· 7 years ago
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
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
d81108f
s/tranform/transform/
by Benjamin Kramer
· 13 years ago
830885c
Fix a typo (the the => the)
by Sylvestre Ledru
· 13 years ago
4ab984e
Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.
by Benjamin Kramer
· 13 years ago
972a96a
Remove the last dead private member in clang.
by Benjamin Kramer
· 13 years ago
d1d76b2
Remove unused private member variables found by clang's new -Wunused-private-field.
by Benjamin Kramer
· 13 years ago
bbafb8a
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
by David Blaikie
· 14 years ago
113bee0
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
by John McCall
· 14 years ago
afdc66f
[arcmt]
by Argyrios Kyrtzidis
· 14 years ago
35f5320
Mechanically rename SourceManager::getInstantiationLoc and
by Chandler Carruth
· 14 years ago
0e62c1c
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
by Chris Lattner
· 14 years ago
ce9b739
[arcmt] Before applying '__weak' check whether the objc class is annotated with objc_arc_weak_reference_unavailable
by Argyrios Kyrtzidis
· 14 years ago
24fc0de
Change the driver's logic about Objective-C runtimes: abstract out a
by John McCall
· 14 years ago
e5b475c
[arcmt] Break apart Transforms.cpp.
by Argyrios Kyrtzidis
· 14 years ago