[PATCH] D69855: [clang-tidy] Fix llvm-namespace-comment for macro expansions
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 5 11:34:20 PST 2019
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/clang-tidy/readability/NamespaceCommentCheck.cpp:226
.str();
+
} else if (Comment.startswith("//")) {
----------------
Is this empty line necessary?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69855/new/
https://reviews.llvm.org/D69855
More information about the cfe-commits
mailing list