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
/
Rewrite
/
Frontend
/
RewriteObjC.cpp
Age
Commit message (
Expand
)
Author
2013-04-03
Add 178663 back.
Rafael Espindola
2013-04-03
Revert 178663.
Rafael Espindola
2013-04-03
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-03-08
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-02-08
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-01-16
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-04
Fix indent and remove parameter with a matching default value.
Chad Rosier
2012-12-20
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-01
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-11-28
objective-C blocks: Make sure that identical logic is used
Fariborz Jahanian
2012-10-02
Add FP_CONTRACT support for clang.
Lang Hames
2012-09-10
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-06
Fixing the return type information for objc_sync_enter and objc_sync_exit. P...
Aaron Ballman
2012-09-01
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek