[PATCH] D155627: [clang][Interp] Handle SourceLocExprs
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 18 23:14:22 PDT 2023
cor3ntin added a comment.
Note that you are probably need something like `SourceLocExprScopeGuard` to make source_location actually work, , it might be worth doing in this patch.
The idea is to remember the location of a call when evaluating default arguments / default member initializers
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155627/new/
https://reviews.llvm.org/D155627
More information about the cfe-commits
mailing list