Sirraide wrote: > the implementation of `ParseScope` only calls Sema functions
(yes, it does call e.g. `Parser::EnterScope`, but that function in turn only calls Sema functions and doesn’t modify any state of its `Parser` object; and the same applies to all the other `Parser` functions that are called by members of `ParseScope`) https://github.com/llvm/llvm-project/pull/169683 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
