[clang-tools-extra] [clang-tidy] Update llvmlibc-implementation-in-namespace to new rules (PR #66504)

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 18 08:35:49 PDT 2023


================
@@ -30,15 +32,18 @@ void ImplementationInNamespaceCheck::check(
     return;
----------------
PiotrZSL wrote:

this could be replaced with `decl(isExpansionInMainFile())`

https://github.com/llvm/llvm-project/pull/66504


More information about the cfe-commits mailing list