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
/
Sema
/
Ownership.h
Age
Commit message (
Expand
)
Author
2013-02-16
Remove unused forward declarations
Dmitri Gribenko
2012-08-23
Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...
Benjamin Kramer
2012-08-23
Remove ASTOwningVector, it doesn't own anything and provides no value over Sm...
Benjamin Kramer
2012-08-23
Rip out remnants of move semantic emulation and smart pointers in Sema.
Benjamin Kramer
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-04-15
C1X: implement generic selections
Peter Collingbourne
2011-01-08
Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,
Sean Hunt
2010-11-25
OpaquePtrs are POD-like.
Benjamin Kramer
2010-08-26
One who seeks knowledge learns something new every day.
John McCall
2010-08-24
OwningExprResult -> ExprResult. This patch brought to you by
John McCall
2010-08-24
Fold ASTOwningResult back into ActionResult.
John McCall
2010-08-24
Abstract out passing around types and kill off ActionBase.
John McCall
2010-08-23
Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).
John McCall
2010-08-23
Push DeclGroupRefs and TemplateNames in an opaque but type-safe way
John McCall
2010-08-23
Sundry incremental steps towards killing off Action.
John McCall
2010-08-21
DeclPtrTy -> Decl *
John McCall
2010-08-20
Another step in the process of making the parser depend on Sema:
John McCall