[PATCH] D78915: [clang-format] Improved parser for C# properties
Krasimir Georgiev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 27 11:17:47 PDT 2020
krasimir added inline comments.
================
Comment at: clang/lib/Format/UnwrappedLineParser.cpp:1508
bool HasGetOrSet = false;
+ bool IsTrivialPropertyAccessor = true;
while (!eof()) {
----------------
Add a comment illustrating is what is a trivial property accessor.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78915/new/
https://reviews.llvm.org/D78915
More information about the cfe-commits
mailing list