summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/devirtualize-virtual-function-calls-final.cpp
Commit message (Collapse)AuthorAgeFilesLines
* When trying to get the most derived class, don't assume that we can ignore ↵Anders Carlsson2011-01-291-0/+12
| | | | | | all casts. We can only ignore derived-to-base and no-op casts. Fixes selfhost. llvm-svn: 124528
* When calling a virtual member function on a base class and the most derived ↵Anders Carlsson2011-01-291-0/+14
| | | | | | class is marked 'final', we can devirtualize the call. llvm-svn: 124524
* Get rid of the [[final]] C++0x attribute.Anders Carlsson2011-01-231-0/+25
llvm-svn: 124083
OpenPOWER on IntegriCloud