| commit | 129f417efdab746c92598fbf0b32f487db2d2f20 | [log] [tgz] |
|---|---|---|
| author | David Majnemer <david.majnemer@gmail.com> | Mon Feb 02 10:22:20 2015 +0000 |
| committer | David Majnemer <david.majnemer@gmail.com> | Mon Feb 02 10:22:20 2015 +0000 |
| tree | 06da377b4b488a9884fc18eaa5929bc6827ec976 | |
| parent | 1f83bbb6feebb05f5ca7fb085d80eb5653476636 [diff] |
MS ABI: Implement support for 'novtable' It is common for COM interface classes to be marked as 'novtable' to tell the compiler that constructors and destructors should not reference virtual function tables. This commit implements this feature in clang. llvm-svn: 227796