owenpan added inline comments.

================
Comment at: clang/lib/Format/TokenAnnotator.cpp:5007-5010
+       (Left.is(tok::semi) && Left.Previous &&
+        Left.Previous->is(Keywords.kw_get) && Right.is(tok::r_brace)) ||
+       (Left.is(tok::semi) && Left.Previous &&
+        Left.Previous->is(Keywords.kw_set) && Right.is(tok::r_brace)))) {
----------------



================
Comment at: clang/unittests/Format/FormatTestCSharp.cpp:1614
+               "    string Foo { set; get; }\n"
+               "}\n",
+               Style);
----------------
Ditto below.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148467/new/

https://reviews.llvm.org/D148467

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to