[PATCH] D72333: [clang-tidy] Disable match on `if constexpr` statements in template instantiation for `readability-misleading-indentation` check.

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 8 07:40:47 PST 2020


thakis added a comment.

This broke tests on Windows: http://45.33.8.238/win/5297/step_8.txt (probably due to windows using -fdelayed-template-parsing by default).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72333/new/

https://reviews.llvm.org/D72333





More information about the cfe-commits mailing list