[cfe-commits] r117445 - in /cfe/trunk: lib/CodeGen/CGExprCXX.cpp test/CodeGenCXX/attr-final-devirtualize-virtual-function-calls.cpp

Anders Carlsson andersca at mac.com
Wed Oct 27 06:56:21 PDT 2010


Oct 27, 2010 kl. 6:53 AM skrev Gabor Greif:

> What about a test of a final struct with
> a baseclass that defines a virtual function
> but the derived class does not override it?
> That should also be devirtualized.

Yeah, that's next on my list.

> Also, did you think about local classes (in
> functions) or classes of TU-scope (i.e.
> in a provably non-included .cpp file or
> anonymous namespace? I know these are much
> more hairy, but IDEs might prove such things.
> 

Nope, not yet. I don't think there's a way in clang right now to "get all the classes in the TU that derives from class X" but it might be worth adding.

- Anders





More information about the cfe-commits mailing list