[PATCH] D98225: [flang] Sort symbols by creation order

Tim Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 9 10:36:27 PST 2021


tskeith accepted this revision.
tskeith added inline comments.
This revision is now accepted and ready to land.


================
Comment at: flang/include/flang/Semantics/symbol.h:703
   blockType *currBlock_{nullptr};
+  static inline std::size_t symbolCount_ = 0;
 
----------------
This doesn't need to be static.


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