[clang-tidy] In TransformerClangTidyCheck, support option IncludeStyle.
authorYitzhak Mandelbaum <yitzhakm@google.com>
Tue, 5 May 2020 00:00:41 +0000 (20:00 -0400)
committerYitzhak Mandelbaum <yitzhakm@google.com>
Tue, 5 May 2020 14:38:31 +0000 (10:38 -0400)
commitc5b1a0352535e138af867f7b63cf5b4793fd6de7
treeabbfe09d392d0fa472b5c213cbc2de58b1f4051c
parentf35ccfa2afa8e12e02eb04698297c6fc38f456cf
[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
clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.h
clang-tools-extra/unittests/clang-tidy/TransformerClangTidyCheckTest.cpp