Files
clang-p2996/clang/test/Modules/Inputs/cxx-dtor/module.modulemap
Richard Smith f81340096d [modules] Don't clobber a destructor's operator delete when adding another one;
move the operator delete updating into a separate update record so we can cope
with updating another module's destructor's operator delete.

llvm-svn: 231735
2015-03-10 01:41:22 +00:00

3 lines
70 B
Plaintext

module a { header "a.h" export * }
module b { header "b.h" export * }