shafik added inline comments.

================
Comment at: clang/lib/AST/ASTContext.cpp:8767-8770
         const_cast<ASTContext &>(*Context), Context->getTranslationUnitDecl(),
         /*Inline*/ false, SourceLocation(), SourceLocation(),
         &Context->Idents.get("std"),
+        /*PrevDecl*/ nullptr, /*Nested*/ false);
----------------
Overriding my old comment from a while ago,


================
Comment at: clang/lib/AST/ASTContext.cpp:8957-8959
+                               /*Inline*/ false, SourceLocation(),
                                SourceLocation(), &Context->Idents.get("std"),
+                               /*PrevDecl*/ nullptr, /*Nested*/ false);
----------------



================
Comment at: clang/lib/AST/ItaniumMangle.cpp:605-607
         /*Inline*/ false, SourceLocation(), SourceLocation(),
         &getASTContext().Idents.get("std"),
+        /*PrevDecl*/ nullptr, /*Nested*/ false);
----------------



================
Comment at: clang/lib/Sema/HLSLExternalSemaSource.cpp:386
+      AST, AST.getTranslationUnitDecl(), false, SourceLocation(),
+      SourceLocation(), &HLSL, PrevDecl, false);
   HLSLNamespace->setImplicit(true);
----------------



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