The new IWYU release includes several improvements and bug fixes, including:
- https://github.com/include-what-you-use/include-what-you-use/pull/1991
- https://github.com/include-what-you-use/include-what-you-use/pull/2013
- https://github.com/include-what-you-use/include-what-you-use/pull/2014
- https://github.com/include-what-you-use/include-what-you-use/pull/2058
- https://github.com/include-what-you-use/include-what-you-use/pull/2062
- https://github.com/include-what-you-use/include-what-you-use/pull/2093
This allows us to remove all corresponding workarounds and patches.
Additionally, the compiler intrinsics mapping has switched from a hardcoded file to a dynamically generated one.
Note: This PR is currently a draft because IWYU 0.27 has not yet been officially tagged.