Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
1bf39025752b7c7f6579bea98ac5139332a4a7d6
/
test
/
CodeGenCXX
/
devirtualize-virtual-function-calls-final.cpp
268ab8c
When trying to get the most derived class, don't assume that we can ignore all casts. We can only ignore derived-to-base and no-op casts. Fixes selfhost.
by Anders Carlsson
· 14 years ago
1679f5a
When calling a virtual member function on a base class and the most derived class is marked 'final', we can devirtualize the call.
by Anders Carlsson
· 14 years ago
f89e042
Get rid of the [[final]] C++0x attribute.
by Anders Carlsson
· 14 years ago