Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
083128f6b13dfa4fc615a838c49b516d901b1ac0
/
test
/
SemaTemplate
/
default-expr-arguments.cpp
d47c47d
Make sure that we instantiate default function arguments for an
by Douglas Gregor
· 16 years ago
a29e51b
Special-case default argument expression in instantiation. This should fix PR4301. Doug, please double-check my assumptions. Read the PR for more details.
by Sebastian Redl
· 16 years ago
0ebb6d3
Make sure to call CompleteConstructorCall for bases and members that are initialized implicitly in constructors so that default arguments etc are set correctly. Fixes PR5283.
by Anders Carlsson
· 16 years ago
d85cef5
Merge uninstantiated default arguments more carefully, and try not to
by Douglas Gregor
· 16 years ago
e95b409
Teach Sema::FindInstantiatedDecl to find instantiated RecordDecls even
by Douglas Gregor
· 16 years ago
6cc1518
Cleanup and test C++ default arguments. Improvements include:
by Douglas Gregor
· 16 years ago
21e1c4e
Reapply 81096, now with a fix. Spot the bug:
by Anders Carlsson
· 16 years ago
4355be0
Revert "Initialize default CXXConstructExpr arguments to 0. Fixes a crash when
by Daniel Dunbar
· 16 years ago
657bff7
Initialize default CXXConstructExpr arguments to 0. Fixes a crash when destroying the CXXConstructExpr.
by Anders Carlsson
· 16 years ago
6bc107b
Report errors for member functions correctly.
by Anders Carlsson
· 16 years ago
25cae7f
Use a separate diagnostic for default function argument expressions.
by Anders Carlsson
· 16 years ago
0b84a53
Add a little more testing for default arguments of constructors in a class template
by Douglas Gregor
· 16 years ago
5653ca5
If a parameter has a default argument expression, make sure to instantiate the parameter type before checking that the expression is a valid initializer.
by Anders Carlsson
· 16 years ago
8644aec
Improved support for default arguments in constructors for class templates.
by Anders Carlsson
· 16 years ago
9351c17
Basic support for default argument expressions for function templates.
by Anders Carlsson
· 16 years ago