[PATCH] D116774: AST: Move __va_list tag back to std conditionally on AArch64.

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 17 11:16:31 PST 2022


aaron.ballman added a comment.

Only a small nit from me.



================
Comment at: clang/lib/AST/ASTContext.cpp:8555-8556
+    // namespace std { struct __va_list {
+    NamespaceDecl *NS;
+    NS = NamespaceDecl::Create(const_cast<ASTContext &>(*Context),
+                               Context->getTranslationUnitDecl(),
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116774/new/

https://reviews.llvm.org/D116774



More information about the cfe-commits mailing list