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
/
default-expr-arguments.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Lit Test] Updated 34 Lit tests to be C++11 compatible.
Charles Li
2015-11-17
1
-1
/
+10
*
PR14428: When instantiating a 'new' expression, if we had a non-dependent
Richard Smith
2012-11-26
1
-3
/
+4
*
Sema: Provide a valid source location when instantiating templates based on a...
Benjamin Kramer
2012-11-23
1
-0
/
+18
*
Add a missing ExpressionEvaluationContext for template default arguments. Fi...
Eli Friedman
2012-04-26
1
-0
/
+11
*
Enhance the diagnostic for negative array sizes to include the
Chandler Carruth
2011-01-04
1
-1
/
+1
*
When marking declarations referenced within an expression (e.g.,
Douglas Gregor
2010-10-19
1
-0
/
+18
*
When marking the declarations in a default argument expression as
Douglas Gregor
2010-09-14
1
-0
/
+22
*
Teach the EvaluatedExprVisitor and its client, which marks
Douglas Gregor
2010-09-11
1
-0
/
+18
*
When parsing default function arguments, do not mark any declarations
Douglas Gregor
2010-09-11
1
-0
/
+28
*
Ensure that we have completed a type before attempting initialization
Douglas Gregor
2010-04-26
1
-0
/
+18
*
Whenever we complain about a failed initialization of a function or
Douglas Gregor
2010-04-22
1
-4
/
+8
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-5
/
+5
*
Default function arguments for function template specializations
Douglas Gregor
2010-02-05
1
-0
/
+7
*
Improve the reporting of non-viable overload candidates by noting the reason
John McCall
2010-01-13
1
-1
/
+1
*
Improve the diagnostics used to report implicitly-generated class members
John McCall
2010-01-06
1
-1
/
+1
*
When we see a CXXDefaultArgExpr during template instantiation, rebuild
Douglas Gregor
2009-12-23
1
-3
/
+14
*
When using a default function argument for a function template (or
Douglas Gregor
2009-12-23
1
-1
/
+23
*
Switch default arguments over to InitializationSequence.
Eli Friedman
2009-12-22
1
-1
/
+1
*
Switch more of Sema::CheckInitializerTypes over to
Douglas Gregor
2009-12-19
1
-4
/
+4
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Make sure that we instantiate default function arguments for an
Douglas Gregor
2009-11-09
1
-2
/
+15
*
Special-case default argument expression in instantiation. This should fix PR...
Sebastian Redl
2009-11-08
1
-0
/
+23
*
Make sure to call CompleteConstructorCall for bases and members that are init...
Anders Carlsson
2009-10-29
1
-0
/
+24
*
Merge uninstantiated default arguments more carefully, and try not to
Douglas Gregor
2009-09-17
1
-0
/
+6
*
Teach Sema::FindInstantiatedDecl to find instantiated RecordDecls even
Douglas Gregor
2009-09-16
1
-0
/
+10
*
Cleanup and test C++ default arguments. Improvements include:
Douglas Gregor
2009-09-11
1
-0
/
+21
*
Reapply 81096, now with a fix. Spot the bug:
Anders Carlsson
2009-09-06
1
-1
/
+4
*
Revert "Initialize default CXXConstructExpr arguments to 0. Fixes a crash when
Daniel Dunbar
2009-09-06
1
-4
/
+1
*
Initialize default CXXConstructExpr arguments to 0. Fixes a crash when destro...
Anders Carlsson
2009-09-05
1
-1
/
+4
*
Report errors for member functions correctly.
Anders Carlsson
2009-09-05
1
-0
/
+7
*
Use a separate diagnostic for default function argument expressions.
Anders Carlsson
2009-09-05
1
-5
/
+5
*
Add a little more testing for default arguments of constructors in a class te...
Douglas Gregor
2009-08-25
1
-0
/
+3
*
If a parameter has a default argument expression, make sure to instantiate th...
Anders Carlsson
2009-08-25
1
-0
/
+8
*
Improved support for default arguments in constructors for class templates.
Anders Carlsson
2009-08-25
1
-0
/
+8
*
Basic support for default argument expressions for function templates.
Anders Carlsson
2009-08-25
1
-0
/
+20