[clang] [AST] Fix nested name specifiers printing as NamespaceNamespace (PR #65266)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 4 09:11:14 PDT 2023
================
@@ -16,6 +16,7 @@
#include "clang/AST/DeclOpenMP.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/AST/LocInfoType.h"
+#include "clang/AST/NestedNameSpecifier.h"
----------------
cor3ntin wrote:
That does not seem necessary
https://github.com/llvm/llvm-project/pull/65266
More information about the cfe-commits
mailing list