index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
SemaTemplateInstantiateStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor the instantiation of statements into a generic tree
Douglas Gregor
2009-08-20
1
-451
/
+0
*
Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...
Argyrios Kyrtzidis
2009-08-19
1
-0
/
+1
*
Change ActOnReturnStmt to not take a FullExprArg. Instead, Sema will wrap the...
Anders Carlsson
2009-08-18
1
-1
/
+1
*
Get rid of Stmt::Clone now that we can reference count statements instead.
Anders Carlsson
2009-08-08
1
-3
/
+3
*
Rework the way we track which declarations are "used" during
Douglas Gregor
2009-06-22
1
-0
/
+3
*
add the location of the ')' in a do/while statement to DoStmt.
Chris Lattner
2009-06-12
1
-1
/
+1
*
Make sure to call FullExpr before parsing anything else.
Anders Carlsson
2009-06-04
1
-2
/
+6
*
ActOnReturnStmt should also take a FullExprArg.
Anders Carlsson
2009-05-30
1
-1
/
+1
*
Reduce the amount of stack space we use in SmallVectors during
Douglas Gregor
2009-05-29
1
-1
/
+1
*
Reimplement much of the way that we track nested classes in the
Douglas Gregor
2009-05-27
1
-2
/
+1
*
Merge the ASTVector and ASTOwningVector templates, since they offered
Douglas Gregor
2009-05-21
1
-7
/
+2
*
Fix template instantiation for compound statements so that it properly
Douglas Gregor
2009-05-20
1
-16
/
+26
*
Introduce a new kind of RAII class, ASTOwningVector, which is an
Douglas Gregor
2009-05-20
1
-21
/
+10
*
Template instantiation for C++ try/catch statements.
Douglas Gregor
2009-05-18
1
-6
/
+59
*
Include StmtNodes.def to declare Visit methods for all of the known
Douglas Gregor
2009-05-18
1
-19
/
+87
*
Make ActOnWhileStmt take a FullExprArg for the condition expr.
Anders Carlsson
2009-05-17
1
-1
/
+1
*
Fix DISABLE_SMART_POINTERS build.
Anders Carlsson
2009-05-17
1
-1
/
+2
*
Add the FullExprArg wrapper and use it for if statement conditions.
Anders Carlsson
2009-05-17
1
-1
/
+5
*
Reflow some comments.
Mike Stump
2009-05-16
1
-5
/
+5
*
Template instantiation for IndirectGotoStmt. Now my life is complete.
Douglas Gregor
2009-05-16
1
-0
/
+12
*
Template instantiation for switch statements
Douglas Gregor
2009-05-15
1
-0
/
+69
*
Template instantiation for break and continue statements.
Douglas Gregor
2009-05-15
1
-0
/
+11
*
Template instantiation for "for" loops
Douglas Gregor
2009-05-15
1
-0
/
+27
*
Template instantiation for do-while statements.
Douglas Gregor
2009-05-15
1
-0
/
+16
*
Template instantiation for WhileStmt and CXXConditionDeclExpr.
Douglas Gregor
2009-05-15
1
-0
/
+15
*
Allow instantiation of NULL expressions and statements
Douglas Gregor
2009-05-15
1
-0
/
+3
*
I take it back, InstantiateExpr does not check for null.
Anders Carlsson
2009-05-15
1
-4
/
+7
*
No need to null check the expr, Sema::SemaRef.InstantiateExpr handles all that.
Anders Carlsson
2009-05-15
1
-7
/
+4
*
Template instantiation for "if" statements. Also:
Douglas Gregor
2009-05-15
1
-0
/
+21
*
Move statement instantiation into its own file. No functionality change
Douglas Gregor
2009-05-15
1
-0
/
+150