[PATCH] D62105: [CommandLine] Remove OptionCategory and SubCommand caches from the Option class.
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 10:55:21 PDT 2019
serge-sans-paille added inline comments.
================
Comment at: llvm/include/llvm/Support/CommandLine.h:312
inline unsigned getMiscFlags() const { return Misc; }
+ inline bool isFullyInitialized() const { return FullyInitialized; }
inline unsigned getPosition() const { return Position; }
----------------
Why do you need to make that getter public?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62105/new/
https://reviews.llvm.org/D62105
More information about the llvm-commits
mailing list