[PATCH] D33841: [clang-tidy] redundant keyword check
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 22 04:22:30 PDT 2017
xazax.hun added inline comments.
================
Comment at: docs/clang-tidy/checks/readability-redundant-keyword.rst:8
+
+`extern` is redundant in function declarations
+
----------------
alexfh wrote:
> Could you explain, why you think `extern` is redundant in function declarations?
Just to be clear here, do you think there is a case where extern is not redundant or you just want the documentation to be extended?
Repository:
rL LLVM
https://reviews.llvm.org/D33841
More information about the cfe-commits
mailing list