[PATCH] D54446: Document how to comment an actual parameter

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 14 05:40:20 PST 2018


probinson marked an inline comment as done.
probinson added a comment.

My experiments with clang-format show that it is aware of this convention.  It will change `/*Prefix*/nullptr` to `/*Prefix*/ nullptr` (inserting a space) and will also change `/*Prefix=*/ nullptr` to `/*Prefix=*/nullptr` (removing the space, if the comment ends with `=`).


Repository:
  rL LLVM

https://reviews.llvm.org/D54446





More information about the llvm-commits mailing list