[all-commits] [llvm/llvm-project] 338d16: [clang-tidy] Ignore all spaces in the list of checks

Dmitry Polukhin via All-commits all-commits at lists.llvm.org
Wed Mar 24 06:43:52 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 338d16275571df4d841609d7e12bcb310b3a95e6
      https://github.com/llvm/llvm-project/commit/338d16275571df4d841609d7e12bcb310b3a95e6
  Author: Dmitry Polukhin <dmitry.polukhin at gmail.com>
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
    M clang-tools-extra/clang-tidy/GlobList.cpp
    A clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-file/config-file-spaces
    M clang-tools-extra/test/clang-tidy/infrastructure/config-file.cpp

  Log Message:
  -----------
  [clang-tidy] Ignore all spaces in the list of checks

This diff patch fixes issue with new line character after check name and before comma. Also ignores all other types of spaces like TAB.

Test Plan: ninja check-clang-tools

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




More information about the All-commits mailing list