Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
e0335786c17a6ca45966f66094146e9d8ba2d54a
/
test
/
SemaCXX
/
overload-call-copycon.cpp
604eb65
Improve our handling of user-defined conversions when computing
by Douglas Gregor
· 14 years ago
ad323a8
Fix a major oversight in the comparison of standard conversion
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
7e1848d
Give the "cannot pass object of non-POD type 'class C' through variadic constructor; call will abort at runtime" warning a -W flag (non-pod-varargs) and default it being an error by default. There is no good reason to allow users to get bitten by this sort of thing by default.
by Chris Lattner
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
225c41e
Standard conversion sequences now have a CopyConstructor field, to
by Douglas Gregor
· 16 years ago
396b7cd
Add implicitly-declared default and copy constructors to C++ classes,
by Douglas Gregor
· 16 years ago