[PATCH] Fix bug 20892 - clang-format does not handle C-style comments
Daniel Jasper
djasper at google.com
Thu Sep 11 03:17:39 PDT 2014
Thanks for picking this up!
I am against supporting "///" and "/**" style comments as I don't see a good reason for using them for this purpose. I am even against trimming the whitespace. I want the comments to have a single spelling that I can easily search for in a bigger codebase.
http://reviews.llvm.org/D5309
More information about the cfe-commits
mailing list