[all-commits] [llvm/llvm-project] 795c38: [clang-tidy] For checker `readability-misleading-i...

ANdi via All-commits all-commits at lists.llvm.org
Thu Jan 9 03:52:46 PST 2020


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

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

  Log Message:
  -----------
  [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




More information about the All-commits mailing list