owenpan added inline comments.

================
Comment at: lib/Format/UnwrappedLineFormatter.cpp:533-535
+                 !(Line.startsWith(tok::kw_namespace) ||
+                   Line.startsWith(tok::kw_inline, tok::kw_namespace) ||
+                   Line.startsWith(tok::kw_export, tok::kw_namespace)) &&
----------------
Maybe add a test case (or modify an existing one) for this fix, with a C/C++ 
style comment before `namespace`, `inline`, and/or `export`?


Repository:
  rC Clang

https://reviews.llvm.org/D51036



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

Reply via email to