]> granicus.if.org Git - clang/commit
[clang-format][tests] Explicitly specify style in some tests
authorRafael Stahl <r.stahl@tum.de>
Fri, 12 Jul 2019 15:56:18 +0000 (15:56 +0000)
committerRafael Stahl <r.stahl@tum.de>
Fri, 12 Jul 2019 15:56:18 +0000 (15:56 +0000)
commit4c6730341004932dea39f782fc7b811222dffce4
tree099a89e70dc1d0aef384868591a333f11202c3ed
parentfb5e42106a4a6083b0a56b66082c6ee39c6f043b
[clang-format][tests] Explicitly specify style in some tests

Summary: This fixes broken tests when doing an out-of-source build that picks up a random .clang-format on the file system due to the default "file" style.

Reviewers: djasper, klimek, MyDeveloperDay, krasimir

Reviewed By: MyDeveloperDay

Subscribers: lebedev.ri, cfe-commits

Tags: #clang

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365909 91177308-0d34-0410-b5e6-96231b3b80d8
test/Format/adjust-indent.cpp
test/Format/disable-include-sorting.cpp
test/Format/language-detection.cpp
test/Format/xmloutput.cpp