[clang] [clang][dataflow] Propagate locations from result objects to initializers. (PR #87320)
Gábor Horváth via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 8 11:00:05 PDT 2024
https://github.com/Xazax-hun commented:
I know it is not exactly what we need, but I found `Expr::skipRValueSubobjectAdjustments` in the compiler. I think it might be a good idea to take a look just in case there is something we forgot to cover, and maybe in the future we could look for factoring out some common code.
https://github.com/llvm/llvm-project/pull/87320
More information about the cfe-commits
mailing list