[clang-tools-extra] [clang-tidy] Rename google-build-namespaces to misc-anonymous-namespace-in-header (PR #173484)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 24 22:57:46 PST 2025
================
@@ -6,26 +6,26 @@
//
//===----------------------------------------------------------------------===//
----------------
zeyi2 wrote:
This suggestion may be incorrect (I don't have the condition to compile and verify this locally), but you can try it. I think this may fix the compile issue.
```suggestion
#include "../utils/FileExtensionsUtils.h"
```
https://github.com/llvm/llvm-project/pull/173484
More information about the cfe-commits
mailing list