[PATCH] D148997: [clang] Add a new annotation token: annot_repl_input_end
Vassil Vassilev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 8 02:18:53 PDT 2023
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
More information about the cfe-commits
mailing list