[all-commits] [llvm/llvm-project] ba129c: [clang-tidy] Disable match on `if constexpr` state...

ANdi via All-commits all-commits at lists.llvm.org
Wed Jan 8 06:39:34 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ba129c7d0f5c7c32398ad708c88e14cb06a339ad
      https://github.com/llvm/llvm-project/commit/ba129c7d0f5c7c32398ad708c88e14cb06a339ad
  Author: Andi-Bogdan Postelnicu <abpostelnicu at me.com>
  Date:   2020-01-08 (Wed, 08 Jan 2020)

  Changed paths:
    M clang-tools-extra/clang-tidy/readability/MisleadingIndentationCheck.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-misleading-indentation.cpp

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

Summary: Fixes fixes `readability-misleading-identation` for `if constexpr`. This is very similar to D71980.

Reviewers: alexfh

Subscribers: xazax.hun, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D72333




More information about the All-commits mailing list