summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/virtual-function-calls.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a refacto that broke the clang-on-clang build.Anders Carlsson2010-02-121-1/+20
| | | | llvm-svn: 95994
* Correctly initialize the PrimaryBaseInfo if a base is null. Fixes PR5832.Anders Carlsson2009-12-191-0/+8
| | | | llvm-svn: 91748
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Fix test.Anders Carlsson2009-10-121-0/+1
| | | | llvm-svn: 83888
* Factor out devirtualization checking into a separate function and make it ↵Anders Carlsson2009-10-121-7/+0
| | | | | | handle references correctly. llvm-svn: 83880
* If the base type of a member call is a record type we don't need to emit a ↵Anders Carlsson2009-10-111-1/+8
| | | | | | virtual call. llvm-svn: 83816
* Fix test.Anders Carlsson2009-10-061-7/+1
| | | | llvm-svn: 83398
* Pass the right type to GetAddrOfFunction when getting functions for the ↵Anders Carlsson2009-10-061-0/+16
VTable. Fixes PR5021. llvm-svn: 83395
OpenPOWER on IntegriCloud