[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:57:31 PDT 2026


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


More information about the llvm-branch-commits mailing list