[PATCH] D76744: [clang-tidy] Add check to ensure llvm-libc implementations are defined in correct namespace.
Siva Chandra via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 24 21:20:18 PDT 2020
sivachandra added a comment.
Instead of this narrow check, what we really want is a check to ensure that all implementation detail resides in the namespace `__llvm_libc`. Anything outside would be special and requiring a `NOLINT...` for them is reasonable. Have you considered such an approach?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76744/new/
https://reviews.llvm.org/D76744
More information about the cfe-commits
mailing list