[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)
commit5bcf99b4bda6f643db66d3ce64337eb0a6e32d2c
treebf3447158d8a97a1e8ee7d69f12715f42b45c113
parentfa61dddf5dc8cc35de6f814a04012b73a1afcb0e
[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.

llvm-svn: 355182
12 files changed:
clang/lib/Format/BreakableToken.cpp
clang/lib/Format/BreakableToken.h
clang/lib/Format/ContinuationIndenter.cpp
clang/lib/Format/Format.cpp
clang/lib/Format/FormatToken.h
clang/lib/Format/FormatTokenLexer.h
clang/lib/Format/TokenAnnotator.cpp
clang/lib/Format/UnwrappedLineFormatter.cpp
clang/lib/Format/UnwrappedLineFormatter.h
clang/lib/Format/UnwrappedLineParser.cpp
clang/lib/Format/UnwrappedLineParser.h
clang/lib/Format/WhitespaceManager.cpp