[PATCH] D51905: Front-end of the implementation of the interleaving algorithm

Zhaomo Yang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 13 16:22:53 PDT 2018


zhaomo added inline comments.


================
Comment at: clang/lib/CodeGen/ItaniumCXXABI.cpp:939
 
+/// We should only interleave vtables when the module has the hidden
+/// LTO visibility, cfi-vcall is enabled and EnableVTableInterleaving
----------------
vlad.tsyrklevich wrote:
> doxygen comments normally go in the corresponding header file.
I just followed the style of the rest of the file. All the comments above functions use ///. Do I need to change them?


https://reviews.llvm.org/D51905





More information about the cfe-commits mailing list