[clang-tidy] For checker `readability-misleading-indentation` update tests.
authorAndi-Bogdan Postelnicu <abpostelnicu@me.com>
Thu, 9 Jan 2020 08:00:05 +0000 (10:00 +0200)
committerAndi-Bogdan Postelnicu <abpostelnicu@me.com>
Thu, 9 Jan 2020 11:52:26 +0000 (13:52 +0200)
commit795c38eb4df636d434a9821efecbfeb41ecba843
tree092f81fdc98a2febd5c3f51d246829b56357a8f9
parent0d5407987a36445f21f122656edccbb0d9234f62
[clang-tidy] For checker `readability-misleading-indentation` update tests.

Summary: In D72333 we've introduced support for `if constexpr` but the test for uninstantiated template was not ready to land on windows platform since this target uses `-fdelayed-template-parsing` by default. This patch addresses this by passing `-fno-delayed-template-parsing` to the test.

Reviewers: JonasToth

Subscribers: xazax.hun, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D72438
clang-tools-extra/test/clang-tidy/checkers/readability-misleading-indentation.cpp