kpdev42 marked an inline comment as done.
kpdev42 added inline comments.
================
Comment at: clang/include/clang/AST/DeclCXX.h:1171
+ /// attribute
+ void markEmpty() { data().Empty = true; }
----------------
balazske wrote:
> This change looks not related.
The `markEmpty` is still needed and is used in corresponding unit tests. It's
gonna be used in `DWARFASTParserClang` to mark records with empty fields as
having zero size. Then by copying attributes in `ASTImporter` we prevent this
empty mark to be overwritten
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145057/new/
https://reviews.llvm.org/D145057
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits