summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/cxx-dtor/module.modulemap
Commit message (Collapse)AuthorAgeFilesLines
* [modules] Don't clobber a destructor's operator delete when adding another one;Richard Smith2015-03-101-0/+2
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
OpenPOWER on IntegriCloud