[PATCH] D76818: [clang-tidy] Add check llvmlibc-implementation-in-namespace.
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 2 02:08:47 PDT 2020
njames93 added a comment.
This check needs a store Options override method as it reading options from a configuration. Check other checks to see how this is done.
================
Comment at: clang-tools-extra/clang-tidy/llvmlibc/ImplementationInNamespaceCheck.h:35
+private:
+ std::string RequiredNamespace;
+};
----------------
This can be made const
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76818/new/
https://reviews.llvm.org/D76818
More information about the cfe-commits
mailing list