[PATCH] D98225: [flang] Sort symbols by creation order
Pete Steinfeld via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 9 12:36:44 PST 2021
PeteSteinfeld added inline comments.
================
Comment at: flang/include/flang/Semantics/symbol.h:703
blockType *currBlock_{nullptr};
+ static inline std::size_t symbolCount_ = 0;
----------------
tskeith wrote:
> This doesn't need to be static.
Thanks, Tim. I'll change this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98225/new/
https://reviews.llvm.org/D98225
More information about the llvm-commits
mailing list