[all-commits] [llvm/llvm-project] c5b1a0: [clang-tidy] In TransformerClangTidyCheck, support...

Yitzhak Mandelbaum via All-commits all-commits at lists.llvm.org
Tue May 5 07:47:39 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c5b1a0352535e138af867f7b63cf5b4793fd6de7
      https://github.com/llvm/llvm-project/commit/c5b1a0352535e138af867f7b63cf5b4793fd6de7
  Author: Yitzhak Mandelbaum <yitzhakm at google.com>
  Date:   2020-05-05 (Tue, 05 May 2020)

  Changed paths:
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
    M clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.h
    M clang-tools-extra/unittests/clang-tidy/TransformerClangTidyCheckTest.cpp

  Log Message:
  -----------
  [clang-tidy] In TransformerClangTidyCheck, support option IncludeStyle.

Summary:
The new option allows the user to specify which file naming convention is used
by the source code ('llvm' or 'google').

Reviewers: gribozavr2

Subscribers: xazax.hun, cfe-commits

Tags: #clang

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




More information about the All-commits mailing list