[all-commits] [llvm/llvm-project] 59810c: [clang-tidy] Fix windows tests

Nathan James via All-commits all-commits at lists.llvm.org
Sun Jan 3 16:44:39 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 59810c51e761f241f23f45a120d5c3518983d2d8
      https://github.com/llvm/llvm-project/commit/59810c51e761f241f23f45a120d5c3518983d2d8
  Author: Nathan James <n.james93 at hotmail.co.uk>
  Date:   2021-01-04 (Mon, 04 Jan 2021)

  Changed paths:
    M clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-macro-usage-custom.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-ignored-regexp.cpp

  Log Message:
  -----------
  [clang-tidy] Fix windows tests

Attempt to fix the 2 failing tests identifier in 48646.
Appears that python3 doesn't like nested double quotes in single quoted strings, hopefully nested single quotes in double quoted strings is a-ok.

Reviewed By: thakis

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




More information about the All-commits mailing list