[all-commits] [llvm/llvm-project] 166ebe: [clang-format] Set of unit test to begin to valida...
MyDeveloperDay via All-commits
all-commits at lists.llvm.org
Wed May 20 13:11:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 166ebefd27ac71e3f911f3d7ba0e168464d372af
https://github.com/llvm/llvm-project/commit/166ebefd27ac71e3f911f3d7ba0e168464d372af
Author: mydeveloperday <mydeveloperday at gmail.com>
Date: 2020-05-20 (Wed, 20 May 2020)
Changed paths:
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[clang-format] Set of unit test to begin to validate that we don't change defaults
Summary:
This revision is to complement {D75791} so we can be sure that we don't change any default behavior.
For now just add rules to cover AfterExternBlock, but in the future we should add cases to cover the other BraceWrapping rules for each style. This will help guard us when we change code inside of the various getXXXStyle() functions to ensure we are not breaking everyone.
Reviewed By: MarcusJohnson91
Subscribers: cfe-commits
Tags: #clang, #clang-format
Differential Revision: https:
More information about the All-commits
mailing list