index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
clang-cc
/
RewriteObjC.cpp
Age
Commit message (
Expand
)
Author
2009-05-18
Move ASTConsumers.h to include/clang/Frontend, and move the associated
Eli Friedman
2009-05-18
Move the Wno-rewrite-macros option out of RewriteObjC.cpp in prepration
Eli Friedman
2009-05-18
Rename the factory function for the ObjC rewriter to something sane.
Eli Friedman
2009-05-18
Refactor ASTConsumers to take a raw_ostream instead of a filename where
Eli Friedman
2009-04-29
Integrate 3 months of ObjC rewriter fixes (from the Apple/objective-rewrite b...
Steve Naroff
2009-04-26
Implement function-try-blocks. However, there's a very subtle bug that I can'...
Sebastian Redl
2009-04-23
The ivars in an ObjCImplementationDecl are now stored in the
Douglas Gregor
2009-04-23
Eliminate the three SmallVectors in ObjCImplDecl (for instance
Douglas Gregor
2009-04-20
Add pch reader/writer support for ObjCContainerDecl, ObjCInterfaceDecl, & Obj...
Steve Naroff
2009-04-18
FunctionDecl::getBody() is getting an ASTContext argument for use in
Douglas Gregor
2009-04-14
Change Lexer::MeasureTokenLength to take a LangOptions reference.
Chris Lattner
2009-04-09
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-03-29
Push DeclGroup much farther throughout the compiler. Now the various
Chris Lattner
2009-03-28
rename some methods.
Chris Lattner
2009-03-28
change HandleTranslationUnit to take an ASTContext instead of TranslationUnit
Chris Lattner
2009-03-28
eliminate ASTConsumer::InitializeTU, all clients are
Chris Lattner
2009-03-28
remove TranslationUnit::OwnsDecls, which is only set, never read.
Chris Lattner
2009-03-24
Move <root>/Driver into <root>/tools/clang-cc.
Daniel Dunbar