]> granicus.if.org Git - clang/commit
[Tooling] Pull #include manipulation code from clangFormat into libToolingCore.
authorEric Liu <ioeric@google.com>
Mon, 14 May 2018 20:17:53 +0000 (20:17 +0000)
committerEric Liu <ioeric@google.com>
Mon, 14 May 2018 20:17:53 +0000 (20:17 +0000)
commit3593417ce457859f64bd1049c42501aa643b365c
tree2e636ca15e7b619aa1fd2dfac543a53e777d2e4a
parent1861ddfab1fd79176d8365126a47d73f3a7da886
[Tooling] Pull #include manipulation code from clangFormat into libToolingCore.

Summary: Also pull #include related style out of FormatStyle as tooling::IncludeStyle.

Reviewers: ilya-biryukov

Reviewed By: ilya-biryukov

Subscribers: klimek, mgorny, cfe-commits, djasper

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

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