iains accepted this revision.
iains added a comment.
This revision is now accepted and ready to land.

other than the two nits, LGTM



================
Comment at: clang/include/clang/Sema/Sema.h:2996-2997
   /// \param ImportLoc The location of the 'import' keyword.
   /// \param Path The module toplevel name as an access path.
-  /// \param Partition The module partition name as an access path.
+  /// \param IsPartition If we are dealing with partitions.
   DeclResult ActOnModuleImport(SourceLocation StartLoc,
----------------
maybe:
"If the name is for a partition."


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120793

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

Reply via email to