[PATCH] D53072: [clang-format] Create a new tool for IDEs based on clang-format
Ivan Donchevskii via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 12 05:25:55 PDT 2019
yvvan updated this revision to Diff 194844.
yvvan retitled this revision from "[clang-format] Introduce the flag which allows not to shrink lines" to "[clang-format] Create a new tool for IDEs based on clang-format".
yvvan edited the summary of this revision.
yvvan added a reviewer: arphaman.
yvvan added a comment.
Herald added subscribers: dexonsmith, mgorny.
New approach - title and summary are updated.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53072/new/
https://reviews.llvm.org/D53072
Files:
include/clang/Format/Format.h
lib/Format/ContinuationIndenter.cpp
lib/Format/Format.cpp
lib/Format/FormatInternal.h
lib/Format/TokenAnalyzer.cpp
lib/Format/TokenAnalyzer.h
lib/Format/UnwrappedLineFormatter.cpp
lib/Format/UnwrappedLineFormatter.h
lib/Format/UnwrappedLineParser.cpp
lib/Format/UnwrappedLineParser.h
tools/CMakeLists.txt
tools/clang-format-ide/CMakeLists.txt
tools/clang-format-ide/ClangFormatIDE.cpp
tools/clang-format/ClangFormat.cpp
tools/clang-format/ClangFormat.h
unittests/Format/FormatTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53072.194844.patch
Type: text/x-patch
Size: 50399 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190412/9960e4aa/attachment-0001.bin>
More information about the cfe-commits
mailing list