Remaining temporary-destructor-inlining-related false positives i've seen so far are caused by classes with unions; i'll try to improve upon that but that's not super common. This mode already seems to fix way more false positives than it causes.
Details
Details
- Reviewers
dcoughlin xazax.hun a.sidorin george.karpenkov szepet - Commits
- rG3761e7a4be81: [analyzer] Enable temporary object destructor inlining by default.
rC328258: [analyzer] Enable temporary object destructor inlining by default.
rL328258: [analyzer] Enable temporary object destructor inlining by default.
Diff Detail
Diff Detail
- Repository
- rL LLVM