[PATCH] D11403: [Modules] Add Darwin-specific compatibility module map parsing hacks

Ben Langmuir via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 12 08:57:31 PDT 2015


benlangmuir updated this revision to Diff 31947.
benlangmuir added a comment.

Changes per review.  I still need to check performance of code-completing import statements to make sure the extra directory iteration isn't a big regression.


Repository:
  rL LLVM

http://reviews.llvm.org/D11403

Files:
  include/clang/Basic/Module.h
  lib/Basic/Module.cpp
  lib/Lex/ModuleMap.cpp
  test/Modules/Inputs/System/usr/include/assert.h
  test/Modules/Inputs/System/usr/include/module.map
  test/Modules/Inputs/System/usr/include/tcl-private/header.h
  test/Modules/darwin_specific_modulemap_hacks.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11403.31947.patch
Type: text/x-patch
Size: 8640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150812/d582bd0e/attachment-0001.bin>


More information about the cfe-commits mailing list