[PATCH] D153957: [C++20] [Modules] Allow Stmt::Profile to treat lambdas as equal conditionally
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 28 10:37:04 PDT 2023
shafik added inline comments.
================
Comment at: clang/lib/AST/StmtProfile.cpp:188
StmtProfilerWithoutPointers(llvm::FoldingSetNodeID &ID, ODRHash &Hash)
- : StmtProfiler(ID, false), Hash(Hash) {}
+ : StmtProfiler(ID, false, false), Hash(Hash) {}
----------------
nit
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153957/new/
https://reviews.llvm.org/D153957
More information about the cfe-commits
mailing list