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
/
SemaTemplateInstantiateExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Template instantiation for CXXExprWithTemporaries, which occurs when
Douglas Gregor
2009-05-20
1
-1
/
+13
*
Template instantiation for the various kinds of AST nodes that occur
Douglas Gregor
2009-05-20
1
-3
/
+84
*
Introduce a new expression type, CXXUnresolvedConstructExpr, to
Douglas Gregor
2009-05-20
1
-0
/
+41
*
Add FIXMEs for the remaining C and C++ expression types that still
Douglas Gregor
2009-05-19
1
-2
/
+24
*
Template instantiation for __builtin_va_arg.
Douglas Gregor
2009-05-19
1
-3
/
+27
*
Template instantiation for __builtin_choose_expr.
Douglas Gregor
2009-05-19
1
-0
/
+20
*
Ban the use of __builtin_types_compatible_p in C++; g++ doesn't support it,
Douglas Gregor
2009-05-19
1
-16
/
+2
*
Template instantiation for __builtin_shufflevector.
Douglas Gregor
2009-05-19
1
-0
/
+48
*
Template instantiation for __builtin_types_compatible_p.
Douglas Gregor
2009-05-19
1
-0
/
+21
*
Template instantiation for GNU statement expressions
Douglas Gregor
2009-05-19
1
-0
/
+12
*
Fix handling of the GNU "t ? : f" extension to the conditional
Douglas Gregor
2009-05-19
1
-8
/
+8
*
Template instantiation for compound assignment operators.
Douglas Gregor
2009-05-19
1
-0
/
+7
*
Template instantiation for cast expressions.
Douglas Gregor
2009-05-19
1
-0
/
+121
*
Template instantiation for call expressions.
Douglas Gregor
2009-05-19
1
-9
/
+56
*
Template instantiation for array subscript expressions. This was far
Douglas Gregor
2009-05-19
1
-0
/
+31
*
Template instantiation for imaginary literals, because they were next in Expr.h
Douglas Gregor
2009-05-18
1
-0
/
+6
*
Implement instantiation of a few boring, simple expressions. I don't think th...
Sebastian Redl
2009-05-16
1
-2
/
+44
*
Reflow some comments.
Mike Stump
2009-05-16
1
-5
/
+5
*
Template instantiation for WhileStmt and CXXConditionDeclExpr.
Douglas Gregor
2009-05-15
1
-0
/
+16
*
Allow instantiation of NULL expressions and statements
Douglas Gregor
2009-05-15
1
-0
/
+3
*
Instantiation support for 'this'
Anders Carlsson
2009-05-15
1
-0
/
+12
*
Move statement instantiation into its own file. No functionality change
Douglas Gregor
2009-05-15
1
-132
/
+2
*
Instantiate return statements.
Anders Carlsson
2009-05-15
1
-0
/
+14
*
Add NullStmt::Clone and use it
Anders Carlsson
2009-05-15
1
-1
/
+1
*
Instantiate goto and label statements. (Very useful, I know)
Anders Carlsson
2009-05-15
1
-0
/
+18
*
Implement template instantiation for DeclStmt
Douglas Gregor
2009-05-15
1
-0
/
+23
*
Template instantiation for the NULL statement. Lame, I know
Douglas Gregor
2009-05-14
1
-0
/
+5
*
Introduce basic support for instantiating the definitions of member
Douglas Gregor
2009-05-14
1
-0
/
+70
*
Introduce a stack of instantiation scopes that are used to store the mapping ...
Douglas Gregor
2009-05-14
1
-0
/
+9
*
Encapsulate template arguments lists in a new class,
Douglas Gregor
2009-05-11
1
-12
/
+8
*
Revamp our representation of C++ nested-name-specifiers. We now have a
Douglas Gregor
2009-03-26
1
-5
/
+9
*
Move template instantiation for expressions into a separate file
Douglas Gregor
2009-03-25
1
-0
/
+416
[prev]