Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
6c9f15c533811937b51be1e1f8975fc54e18f40b
/
clang
/
test
/
SemaTemplate
/
virtual-member-functions.cpp
11d0b8d
[Lit Test] Make tests C++11 compatible - Microsoft diagnostics
by Charles Li
· 9 years ago
b3a9978
Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed().
by Nico Weber
· 11 years ago
8b51ae9
Mark vtable used on explicit destructor definitions.
by Nico Weber
· 11 years ago
c4b8e79
Simplify a test. No behavior change.
by Nico Weber
· 11 years ago
4e32604
Avoid referencing the vtable when calling the ctor without emitting it
by Reid Kleckner
· 11 years ago
c9bd88e
Remove the -cxx-abi command-line flag.
by Hans Wennborg
· 12 years ago
9125b08
Update tests in preparation for using the MS ABI for Win32 targets
by Hans Wennborg
· 12 years ago
f8cab73
One more cast test.
by Eli Friedman
· 12 years ago
f24e6e7
Fix some confusing diagnostic wording. s/implicit default/implicit/ if we're
by Richard Smith
· 12 years ago
88d292c
Rework when and how vtables are emitted, by tracking where vtables are
by Douglas Gregor
· 15 years ago
0547ad3
Speculatively revert r103497, "Do not mark the virtual members of an
by Daniel Dunbar
· 15 years ago
0c4aad1
Do not mark the virtual members of an implicitly-instantiated class as
by Douglas Gregor
· 15 years ago
f857e0b
Perform access control even for the implicit destructor calls from implicit
by John McCall
· 16 years ago
e7113ca
Delay codegen of vtables when handling implicit instantiations.
by Rafael Espindola
· 16 years ago
70e040d
During codegen assert that any copy assignment, destructor or constructor that
by Rafael Espindola
· 16 years ago
ccecc1b
Fix marking of virtual members for nested classes whose first non-pure virtual function has a body inlined in the class
by Douglas Gregor
· 16 years ago
0a0f04d
Make our marking of virtual members functions in a class be
by Douglas Gregor
· 16 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
8e0317b
Instantiated or specialized class templates never have a key function. This (and the previous check-in) fixes PR5557.
by Anders Carlsson
· 16 years ago