| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a refacto that broke the clang-on-clang build. | Anders Carlsson | 2010-02-12 | 1 | -1/+20 |
| | | | | | llvm-svn: 95994 | ||||
| * | Correctly initialize the PrimaryBaseInfo if a base is null. Fixes PR5832. | Anders Carlsson | 2009-12-19 | 1 | -0/+8 |
| | | | | | llvm-svn: 91748 | ||||
| * | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -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 Carlsson | 2009-10-12 | 1 | -0/+1 |
| | | | | | llvm-svn: 83888 | ||||
| * | Factor out devirtualization checking into a separate function and make it ↵ | Anders Carlsson | 2009-10-12 | 1 | -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 Carlsson | 2009-10-11 | 1 | -1/+8 |
| | | | | | | | virtual call. llvm-svn: 83816 | ||||
| * | Fix test. | Anders Carlsson | 2009-10-06 | 1 | -7/+1 |
| | | | | | llvm-svn: 83398 | ||||
| * | Pass the right type to GetAddrOfFunction when getting functions for the ↵ | Anders Carlsson | 2009-10-06 | 1 | -0/+16 |
| VTable. Fixes PR5021. llvm-svn: 83395 | |||||

