[PATCH] D69215: [DWARF5] Added support for deleted C++ special member functions.

Adrian Prantl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 28 13:26:50 PDT 2019


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/docs/SourceLevelDebugging.rst:998
+
+There are couple of new DWARF attributes defined to enhance debugging of C++ programs. LLVM can generate (or omit) these appropriate DWARF attributes. In C++ a special member function Ctors, Dtors, Copy/Move Ctors, assignment operators can be declared with C++11 keyword deleted. This is represented in LLVM using spFlags value DISPFlagDeleted.
+
----------------
let's not say "new" here; this document will live for a long time. How about: `DWARF v5 introduce attributes defined to ...`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69215/new/

https://reviews.llvm.org/D69215





More information about the cfe-commits mailing list