[PATCH] D10935: [Sema] Don't emit "pure virtual" warning for fully qualified calls.
Nico Weber
thakis at chromium.org
Mon Jul 6 13:24:03 PDT 2015
The kext bits look good to me. I'm not sure if not warning on this at all is a good idea (it looks pretty weird), but the existing warning isn't correct. Maybe the "; overrides of 'f' in subclasses are not available in the constructor of 'A'" should just be omitted in this case? (This is probably up to Richard.)
http://reviews.llvm.org/D10935
More information about the cfe-commits
mailing list