[PATCH] D27852: [modules] Handle modules with nonstandard names in module.private.modulemaps

Graydon Hoare via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 20 14:45:36 PST 2016


graydon updated this revision to Diff 82161.
graydon added a comment.

Updates to address review comments


https://reviews.llvm.org/D27852

Files:
  include/clang/Basic/DiagnosticGroups.td
  include/clang/Basic/DiagnosticLexKinds.td
  include/clang/Lex/HeaderSearch.h
  lib/Lex/HeaderSearch.cpp
  lib/Lex/ModuleMap.cpp
  test/Modules/Inputs/implicit-private-with-different-name/A.framework/Headers/a.h
  test/Modules/Inputs/implicit-private-with-different-name/A.framework/Headers/aprivate.h
  test/Modules/Inputs/implicit-private-with-different-name/A.framework/Modules/module.modulemap
  test/Modules/Inputs/implicit-private-with-different-name/A.framework/Modules/module.private.modulemap
  test/Modules/implicit-private-with-different-name.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27852.82161.patch
Type: text/x-patch
Size: 9501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161220/4c3ae947/attachment.bin>


More information about the cfe-commits mailing list