Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When trying to get the most derived class, don't assume that we can ignore ↵ | Anders Carlsson | 2011-01-29 | 1 | -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 Carlsson | 2011-01-29 | 1 | -0/+14 |
| | | | | | | class is marked 'final', we can devirtualize the call. llvm-svn: 124524 | ||||
* | Get rid of the [[final]] C++0x attribute. | Anders Carlsson | 2011-01-23 | 1 | -0/+25 |
llvm-svn: 124083 |