Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MS] Don't escape MS C++ names with \01 | Reid Kleckner | 2018-03-16 | 1 | -1/+1 |
| | | | | | | | It is not needed after LLVM r327734. Now it will be easier to copy-paste IR symbol names from Clang. llvm-svn: 327738 | ||||
* | Add a previously-missing test case for return adjustment vs pure virtual methods | Timur Iskhodzhanov | 2014-09-12 | 1 | -0/+24 |
| | | | | llvm-svn: 217686 | ||||
* | Fix PR20444 -- wrong number of vftable slots created when return adjustment ↵ | Timur Iskhodzhanov | 2014-08-10 | 1 | -0/+43 |
| | | | | | | | | thunks are needed Reviewed at http://reviews.llvm.org/D4822 llvm-svn: 215312 | ||||
* | Split out the rest of MS ABI multiple inheritance tests | Timur Iskhodzhanov | 2014-04-21 | 1 | -0/+297 |
Intentionally duplicate base class definitions per test, so it's easier to copy tests while debugging failures. llvm-svn: 206782 |