delayed_parsing.txt
0 Bytes
-
thakis authored
On Windows, clang-cl only parses template methods that are referenced (-fdelayed-template-parsing), so members traced from unreferenced template methods weren't seen by the plugin, which caused it to warn about them. Explicitly parse delayed template methods that look like they are trace methods and that aren't in system headers to work around this. This is based on Kim Grasman's patch for the IWYU project: https://code.google.com/p/include-what-you-use/source/detail?r=566 This fixes 3 of the 4 failing oilpan plugin tests on Windows. BUG=486571 NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1140443005 Cr-Commit-Position: refs/heads/master@{#330247}
28c1b109