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
/
test
/
SemaTemplate
/
instantiate-expr-2.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
When transforming a C++ "new" expression's constructor arguments, drop
Douglas Gregor
2010-05-26
1
-0
/
+31
*
Collapse the three separate initialization paths in
Douglas Gregor
2010-04-16
1
-0
/
+19
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
When type-checking a C++ "new" expression, don't type-check the actual
Douglas Gregor
2009-10-17
1
-0
/
+15
*
Implement proper substitution for OverloadedFunctionDecls, but substituting e...
Douglas Gregor
2009-09-01
1
-0
/
+18
*
Fix a crasher involving template instantiation of non-dependent
Douglas Gregor
2009-09-01
1
-0
/
+14
*
Implement template instantiation for member operator access.
Douglas Gregor
2009-08-31
1
-0
/
+16
*
Introduce basic support for instantiating the definitions of member
Douglas Gregor
2009-05-14
1
-2
/
+2
*
Introduce a stack of instantiation scopes that are used to store the mapping ...
Douglas Gregor
2009-05-14
1
-4
/
+1
*
Link FunctionDecls instantiated from the member functions of a class
Douglas Gregor
2009-05-14
1
-0
/
+13
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
added type dependent testcase
Gabor Greif
2009-03-18
1
-2
/
+19
*
cleanup instantiation code, tighten testcase
Gabor Greif
2009-03-18
1
-1
/
+5
*
instantiate ?: expressions
Gabor Greif
2009-03-18
1
-0
/
+34
*
Implement template instantiation for the prefix unary operators. As
Douglas Gregor
2009-03-13
1
-0
/
+15
*
Devious test-case involved overload resolution and ADL during template instan...
Douglas Gregor
2009-03-13
1
-0
/
+52