index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
StmtObjC.h
Age
Commit message (
Expand
)
Author
2012-12-25
Fix for PR12222.
Erik Verbruggen
2012-10-11
Remove pointless classof()'s.
Sean Silva
2012-06-15
Ongoing documentation cleanup: fixed Doxygen markup errors, added \brief
James Dennett
2012-06-13
More doxygen/documentation cleanups.
James Dennett
2012-03-09
[AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY.
Daniel Dunbar
2011-06-15
Automatic Reference Counting.
John McCall
2011-02-09
Remove vtables from the Stmt hierarchy; this was pretty easy as
John McCall
2010-04-26
Make the static type of the exception variable in an Objective-C
Douglas Gregor
2010-04-23
Improve the AST representation of Objective-C @try/@catch/@finally
Douglas Gregor
2010-03-31
Remove the AST statistics tracking I added yesterday; it didn't pan out.
Douglas Gregor
2010-03-30
Introduce new AST statistics that keep track of the number of isa (or
Douglas Gregor
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-05-26
Remove a bunch of unused constructors
Anders Carlsson
2009-04-26
Add PCH read/write support for ObjC statements.
Steve Naroff
2009-04-26
split ObjC and C++ Statements out into their own headers.
Chris Lattner