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
*
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