[PATCH] D72438: [clang-tidy] For checker `readability-misleading-indentation` update tests.
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 9 05:21:55 PST 2020
JonasToth added a comment.
In D72438#1811776 <https://reviews.llvm.org/D72438#1811776>, @thakis wrote:
> I'll point out that with this approach we lose all test coverage of the checker with delayed template parsing on, even though most of the test works in that mode and delayed template parsing is the default when targeting windows.
That is common in clang-tidies tests, because when the templates are not parsed, the diagnostics are not emitted. But that is not a problem, because the templates only make problems when different instantiation and the template itself create different / conflicting diagnostics.
But here that is ok.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72438/new/
https://reviews.llvm.org/D72438
More information about the cfe-commits
mailing list