[all-commits] [llvm/llvm-project] a7acba: Use InitLLVM in clang-tidy

Rui Ueyama via All-commits all-commits at lists.llvm.org
Wed Nov 27 20:56:19 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a7acba29c19ac67c77ed282ec9432602ae21268d
      https://github.com/llvm/llvm-project/commit/a7acba29c19ac67c77ed282ec9432602ae21268d
  Author: Rui Ueyama <ruiu at google.com>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp

  Log Message:
  -----------
  Use InitLLVM in clang-tidy

Update clang-tidy to use InitLLVM, like several other llvm tools that
were previously updated. On Windows, this allows clang-tidy to operate
on arguments containing characters which cannot be represented in the
system's ANSI code page such as filenames with Unicode characters.

Fixes bugzilla bug 43751.

Patch by Tristan Labelle.

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




More information about the All-commits mailing list