[PATCH] D90568: [clang] Add [is|set]Nested methods to NamespaceDecl
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 2 16:13:57 PST 2020
shafik added inline comments.
================
Comment at: clang/lib/AST/ASTContext.cpp:7866
SourceLocation(), &Context->Idents.get("std"),
- /*PrevDecl*/ nullptr);
+ /*PrevDecl*/ nullptr, false);
NS->setImplicit();
----------------
As noted elsewhere instead of just `false` please use `/*Nested*/ false`
Also a little below.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90568/new/
https://reviews.llvm.org/D90568
More information about the cfe-commits
mailing list