[PATCH] D44406: [CodeView] Emit HasConstructorOrDestructor class option

Aaron Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 13 19:56:31 PDT 2018


asmith added a comment.

It doesn't look like DEFAULT special member functions (ctor/dtor/copy ctor/move ctor) are recorded in CodeView. For manually added SMFs, their names are the same as the class name. This lets us use Name == Ty->getName() to determine if it’s a ctor/move ctor or copy ctor.


Repository:
  rL LLVM

https://reviews.llvm.org/D44406





More information about the llvm-commits mailing list