When operator new() is inlined, diagnostic pieces may appear within it. They'd be surrounded by Calling 'operator new' and Returning from 'operator new' pieces. These pieces were already in place, but the analyzer didn't know where to put them when the operator was called through operator syntax. This patch fixes it.
Details
Details
- Reviewers
dcoughlin xazax.hun a.sidorin george.karpenkov szepet - Commits
- rGe769fb73b583: [analyzer] operator new: Fix path diagnostics around the operator call.
rL322791: [analyzer] operator new: Fix path diagnostics around the operator call.
rC322791: [analyzer] operator new: Fix path diagnostics around the operator call.
Diff Detail
Diff Detail