summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/warn-pure-virtual-kext.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Sema] Don't emit "pure virtual" warning for fully qualified calls.Davide Italiano2015-07-141-0/+8
-fapple-kext is an exception because calls will still go through the vtable in that mode. Add a note to make the user aware of that. PR: 23215 Differential Revision: http://reviews.llvm.org/D10935 llvm-svn: 242246
OpenPOWER on IntegriCloud