[PATCH] D79905: [clang-format] [PR44476] Add space between template and attribute

Jake Merdich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 13 14:10:04 PDT 2020


JakeMerdichAMD added a comment.

One spelling nit, but otherwise looks good to me.



================
Comment at: clang/lib/Format/TokenAnnotator.cpp:2900
+
+  // Space between tempalte and attribute
+  // e.g. template <typename T> [[nodiscard]] ...
----------------
Nit: template


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79905





More information about the cfe-commits mailing list