Reid Kleckner
|
fb93154bf1
|
[MS] Don't escape MS C++ names with \01
It is not needed after LLVM r327734. Now it will be easier to copy-paste
IR symbol names from Clang.
llvm-svn: 327738
|
2018-03-16 20:36:49 +00:00 |
Timur Iskhodzhanov
|
e9ead73cdb
|
Add a previously-missing test case for return adjustment vs pure virtual methods
llvm-svn: 217686
|
2014-09-12 15:21:44 +00:00 |
Timur Iskhodzhanov
|
16055e77b9
|
Fix PR20444 -- wrong number of vftable slots created when return adjustment thunks are needed
Reviewed at http://reviews.llvm.org/D4822
llvm-svn: 215312
|
2014-08-10 11:40:51 +00:00 |
Timur Iskhodzhanov
|
d60ae72c42
|
Split out the rest of MS ABI multiple inheritance tests
Intentionally duplicate base class definitions per test, so it's easier to copy tests while debugging failures.
llvm-svn: 206782
|
2014-04-21 20:23:34 +00:00 |