xbolva00 added inline comments.
================
Comment at: clang/include/clang/AST/DeclCXX.h:778
+ bool mayBeDynamicClass() const {
+ return !isCompleteDefinition() || isDynamicClass();
----------------
maybeDynamicClass?
https://github.com/llvm-mirror/llvm/search?utf8=%E2%9C%93&q=maybe&type=
Repository:
rL LLVM
https://reviews.llvm.org/D47103
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
