[clang] [Clang][ARM] Call constructor on BranchTargetInfo. (PR #98307)

Jonathan Thackray via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 10 05:33:57 PDT 2024


jthackray wrote:

> Can something be done to prevent this happening accidentally again?

+1. Currently, the struct is initialised with:
`    BranchProtectionInfo() = default;`
so it appears this could be improved in future.

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


More information about the cfe-commits mailing list