In order to provide more test coverage for inlined operator new(), i propose we add more run-lines to existing test cases, which would trigger our fake header to provide a body for operator new(). Most of the code should still behave reasonably. When behavior intentionally changes, #ifs are provided.
Details
Details
- Reviewers
dcoughlin xazax.hun a.sidorin george.karpenkov szepet - Commits
- rGd3c54313abe7: [analyzer] NFC: Run many existing C++ tests with a custom operator new().
rL323376: [analyzer] NFC: Run many existing C++ tests with a custom operator new().
rC323376: [analyzer] NFC: Run many existing C++ tests with a custom operator new().
Diff Detail
Diff Detail
- Repository
- rC Clang