]> granicus.if.org Git - clang/commit
[clang-format] Propagate inferred language to getLLVMStyle() in getPredefinedStyle()
authorJordan Rupprecht <rupprecht@google.com>
Wed, 13 Mar 2019 21:13:01 +0000 (21:13 +0000)
committerJordan Rupprecht <rupprecht@google.com>
Wed, 13 Mar 2019 21:13:01 +0000 (21:13 +0000)
commit937655622bbdb31649924efac7e751d1e03f7515
treede1f62e4977ef57509d386c75a8b168c0dc3ad11
parent6371f3f160439dcaa0e384e6871a0b984a74f3fe
[clang-format] Propagate inferred language to getLLVMStyle() in getPredefinedStyle()

rC355158 added an optional language parameter to getLLVMStyle(), but this parameter was not used in getPredefinedStyle(). Because unit tests directly specify the style, this codepath wasn't tested. Add an additional unit test for getStyle().

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@356099 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Format.cpp
unittests/Format/FormatTest.cpp