index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ARCMigrate
/
TransBlockObjCVariable.cpp
Age
Commit message (
Expand
)
Author
2012-12-01
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-11-14
s/tranform/transform/
Benjamin Kramer
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-04
Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.
Benjamin Kramer
2012-06-06
Remove the last dead private member in clang.
Benjamin Kramer
2012-06-06
Remove unused private member variables found by clang's new -Wunused-private-...
Benjamin Kramer
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-10
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-05
[arcmt]
Argyrios Kyrtzidis
2011-07-25
Mechanically rename SourceManager::getInstantiationLoc and
Chandler Carruth
2011-07-23
remove 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-06
Change the driver's logic about Objective-C runtimes: abstract out a
John McCall
2011-06-21
[arcmt] Break apart Transforms.cpp.
Argyrios Kyrtzidis