v.g.vassilev added inline comments.
================
Comment at: clang/include/clang/AST/Decl.h:4345
+ }
+ bool isValuePrinting() const { return IsSemiMissing; }
+ void setValuePrinting(bool Missing = true) { IsSemiMissing = Missing; }
----------------
We should change the accessors to the new field name accordingly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148997/new/
https://reviews.llvm.org/D148997
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits