[PATCH] D78642: [clang-format] Handle C# property accessors when parsing lines
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 23 06:59:21 PDT 2020
MyDeveloperDay added inline comments.
================
Comment at: clang/unittests/Format/FormatTestCSharp.cpp:249
+ "public string Host { set; get; }");
verifyFormat("[TestMethod(\"start\", HelpText = \"Starts the server "
----------------
is this just a personal choice? or based on some rule that it shouldn't break?
I don't like us changing tests unless we understand otherwise we just keep flip-flopping the style?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78642/new/
https://reviews.llvm.org/D78642
More information about the cfe-commits
mailing list