]> granicus.if.org Git - clang/commit
[clang-format] Move #include related style to libToolingCore
authorEric Liu <ioeric@google.com>
Mon, 14 May 2018 19:51:33 +0000 (19:51 +0000)
committerEric Liu <ioeric@google.com>
Mon, 14 May 2018 19:51:33 +0000 (19:51 +0000)
commit202f2c82201af875abfbbb2d7032a248ccefd43d
treedf16178a548fb3796433ae9d8027d60d3735ef38
parentabf2742cb666499b76d216c9275ce1a66b01e10b
[clang-format] Move #include related style to libToolingCore

Summary: This will be shared by include insertion/deletion library.

Reviewers: ilya-biryukov

Reviewed By: ilya-biryukov

Subscribers: mgorny, klimek, cfe-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@332284 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Format/Format.h
include/clang/Tooling/Core/IncludeStyle.h [new file with mode: 0644]
lib/Format/Format.cpp
lib/Tooling/Core/CMakeLists.txt
lib/Tooling/Core/IncludeStyle.cpp [new file with mode: 0644]
unittests/Format/FormatTest.cpp
unittests/Format/SortIncludesTest.cpp