alextsao1999 added inline comments.

================
Comment at: clang/lib/Tooling/Syntax/Pseudo/GLRParser.cpp:318
         Bases.push_back(
-            {Base, ParsingTable.getGoToState(Base->State, ReduceRule.Target)});
+            {Base, ParsingTable.getGoToState(Base->State, ReduceSymbolID)});
       llvm::sort(Bases, [](const BaseInfo &L, const BaseInfo &R) {
----------------
Maybe we can make goto more clear? like `performGoto` after every GLR reduction.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121368/new/

https://reviews.llvm.org/D121368

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to