Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
12bbc5c92209e0a7db2f71cfe03b84cb32df6adb
/
test
/
SemaCXX
/
constructor-recovery.cpp
745880f
Switch default-initialization of variables of class type (or array thereof) over to InitializationSequence. I could swear that this fixes a PR somewhere, but I couldn't figure out which one
by Douglas Gregor
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
fd47648
Revert r88718, which does NOT solve the constructor-template-as-copy-constructor issue. Big thanks to John for finding this
by Douglas Gregor
· 15 years ago
cad84b7
A constructor template cannot be instantiated to a copy
by Douglas Gregor
· 15 years ago
eaaebc7
This is a pretty big cleanup for how invalid decl/type are handle.
by Chris Lattner
· 16 years ago
3329756
Improve recovery when a constructor fails to type-check. Test case from Anders
by Douglas Gregor
· 16 years ago