[clang] [clang] [C++20] [Modules] Don't profile UnresolvedLookupExpr in require clause and noexcept clause (PR #194283)

Chuanqi Xu via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 28 20:20:19 PDT 2026


ChuanqiXu9 wrote:

FWIW, CXXFoldExpr already have profiled the underlying operator: https://github.com/llvm/llvm-project/blob/f2cb2a172c918644a692b0dcbd269e77411c3a85/clang/lib/AST/StmtProfile.cpp#L2404-L2405

So it looks like, my previous PR is already what you want?

https://github.com/llvm/llvm-project/pull/194283


More information about the cfe-commits mailing list