[PATCH] D52536: clang-format: [JS] conditional types.

Krasimir Georgiev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 26 09:50:57 PDT 2018


krasimir accepted this revision.
krasimir added inline comments.
This revision is now accepted and ready to land.


================
Comment at: unittests/Format/FormatTestJS.cpp:2315
+               "                     never) extends((k: infer I) => void) ? I "
+               ": never;");
+}
----------------
Add a comment that this formatting of the type expression is not yet clear (esp. I dislike the last line).


Repository:
  rC Clang

https://reviews.llvm.org/D52536





More information about the cfe-commits mailing list