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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to