Details
Details
Diff Detail
Diff Detail
Event Timeline
clang/lib/Sema/SemaInit.cpp | ||
---|---|---|
8061 | It seemed less intrusive/more reliable to fix this during the init-process, and perhaps would fix a few additional cases. The VarDecl gets updated by the caller of this, and updating both the ExprWtihCleanups and MTE seemed error-prone. |
Comment Actions
Ping! This was requested in post-commit on the last patch, so I'm hoping it shouldn't be too controversial.
It seemed less intrusive/more reliable to fix this during the init-process, and perhaps would fix a few additional cases. The VarDecl gets updated by the caller of this, and updating both the ExprWtihCleanups and MTE seemed error-prone.