[PATCH] D30452: Blacklist @mods and several other JSDoc tags from wrapping.

Daniel Jasper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 28 02:54:40 PST 2017


djasper added inline comments.


================
Comment at: lib/Format/Format.cpp:627
+        "(@("
+        "const|"
+        "define|"
----------------
I'd vote for making this "@\w*\ *{". We have seen incorrectly spelled version and such of this in the past.


https://reviews.llvm.org/D30452





More information about the cfe-commits mailing list