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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to