[llvm-branch-commits] [clang] [Clang] [NFC] Expansion Statements (Part 4: for-range and `ParseScope` refactor) (PR #169683)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu May 7 08:55:42 PDT 2026
Sirraide wrote:
> I'm a bit uncomfortable moving parser related objects to sema.
Well I would argue it’s ‘parser-related’ in name only; what it does is it pushes a new scope; the implementation of `ParseScope` only calls Sema functions; it never actually did anything `Parser`-related in the first place
https://github.com/llvm/llvm-project/pull/169683
More information about the llvm-branch-commits
mailing list