[libc-commits] [PATCH] D76818: [clang-tidy] Add check llvmlibc-implementation-in-namespace.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Mar 25 22:43:59 PDT 2020
sivachandra added inline comments.
================
Comment at: clang-tools-extra/test/clang-tidy/checkers/llvmlibc-implementation-in-namespace.cpp:30
+// Wrapped in correct namespace.
+namespace __llvm_libc {
+class ClassB;
----------------
For completeness, can you include a nested namespace and a function declaration here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76818/new/
https://reviews.llvm.org/D76818
More information about the libc-commits
mailing list