[PATCH] D110215: [C++2a] [Module] Support extern C/C++ semantics

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 7 22:36:46 PST 2021


ChuanqiXu added a comment.

In D110215#3178575 <https://reviews.llvm.org/D110215#3178575>, @vitalybuka wrote:

>   llvm-project/clang/lib/Sema/SemaModule.cpp:715:70: warning: missing field 'OuterVisibleModules' initializer [-Wmissing-field-initializers]
>                                                                       ^

I had tried to fix this in a NFC commit: 4168efe1b <https://reviews.llvm.org/rG4168efe1b2243ed31c30c82583a18bff78cfa076>. Hope this works.
(My compiler locally didn't warn for it... I need to update it...)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110215



More information about the cfe-commits mailing list