]> granicus.if.org Git - clang/commit
[clang-format] [NFC] clang-format the Format library
authorPaul Hoad <mydeveloperday@gmail.com>
Fri, 1 Mar 2019 09:09:54 +0000 (09:09 +0000)
committerPaul Hoad <mydeveloperday@gmail.com>
Fri, 1 Mar 2019 09:09:54 +0000 (09:09 +0000)
commit70f886033a4637e1fb6e4b8ab1fad09a3dcca5a7
treee5bea4b4787f454e90f27284a198a4de527c29ab
parent90bacb6791239128c8169ad268ee45269a36d44f
[clang-format] [NFC] clang-format the Format library

Previously revisions commited non-clang-formatted changes to the Format library, this means submitting any revision e.g. {D55170} can cause additional whitespace changes to potentially be included in a revision.

Commit a non functional change using latest build Windows clang-format r351376 with no other changes, to remove these differences

All FormatTests
pass [==========] 652 tests from 20 test cases ran.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355182 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
lib/Format/BreakableToken.cpp
lib/Format/BreakableToken.h
lib/Format/ContinuationIndenter.cpp
lib/Format/Format.cpp
lib/Format/FormatToken.h
lib/Format/FormatTokenLexer.h
lib/Format/TokenAnnotator.cpp
lib/Format/UnwrappedLineFormatter.cpp
lib/Format/UnwrappedLineFormatter.h
lib/Format/UnwrappedLineParser.cpp
lib/Format/UnwrappedLineParser.h
lib/Format/WhitespaceManager.cpp