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

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 18 01:18:43 PST 2021


ChuanqiXu updated this revision to Diff 388125.
ChuanqiXu added a comment.

Change includes:

- Add parent for newly created global module fragment.
- Add a test.
- Rename test directory. Suddenly I found that the names of the tests in CXX directory are corresponds to the standard one by one. So my name before is not good.

@aaron.ballman @urnathan It looks like @rsmith is busy now. Could you please help to review this one? Many Thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110215

Files:
  clang/include/clang/Basic/Module.h
  clang/include/clang/Lex/ModuleMap.h
  clang/include/clang/Sema/Sema.h
  clang/lib/Lex/ModuleMap.cpp
  clang/lib/Sema/SemaDeclCXX.cpp
  clang/lib/Sema/SemaModule.cpp
  clang/test/CXX/module/module.unit/p7/Inputs/CPP.cppm
  clang/test/CXX/module/module.unit/p7/Inputs/h1.h
  clang/test/CXX/module/module.unit/p7/Inputs/h2.h
  clang/test/CXX/module/module.unit/p7/Inputs/h4.h
  clang/test/CXX/module/module.unit/p7/Inputs/h5.h
  clang/test/CXX/module/module.unit/p7/t1.cpp
  clang/test/CXX/module/module.unit/p7/t2.cpp
  clang/test/CXX/module/module.unit/p7/t3.cpp
  clang/test/CXX/module/module.unit/p7/t4.cpp
  clang/test/CXX/module/module.unit/p7/t5.cpp
  clang/test/CXX/module/module.unit/p7/t6.cpp
  clang/test/CodeGenCXX/Inputs/module-extern-C.h
  clang/test/CodeGenCXX/module-extern-C.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110215.388125.patch
Type: text/x-patch
Size: 11562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211118/d3c80c44/attachment.bin>


More information about the cfe-commits mailing list