[PATCH] D46257: [WIP][Tooling] Pull #include manipulation code from clangFormat into libToolingCore.

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 30 03:10:16 PDT 2018


ioeric created this revision.
Herald added subscribers: cfe-commits, mgorny, klimek.

NOTE: this is not yet ready for review!

Also pull #include related style out of FormatStyle.


Repository:
  rC Clang

https://reviews.llvm.org/D46257

Files:
  include/clang/Format/Format.h
  include/clang/Tooling/Core/Environment.h
  include/clang/Tooling/Core/HeaderIncludes.h
  lib/Format/Format.cpp
  lib/Format/SortJavaScriptImports.cpp
  lib/Format/TokenAnalyzer.cpp
  lib/Format/TokenAnalyzer.h
  lib/Tooling/Core/CMakeLists.txt
  lib/Tooling/Core/Environment.cpp
  lib/Tooling/Core/HeaderIncludes.cpp
  unittests/Format/CleanupTest.cpp
  unittests/Format/FormatTest.cpp
  unittests/Format/SortIncludesTest.cpp
  unittests/Tooling/CMakeLists.txt
  unittests/Tooling/HeaderIncludesTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46257.144525.patch
Type: text/x-patch
Size: 113528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180430/7adac5de/attachment-0001.bin>


More information about the cfe-commits mailing list