<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 17/10/15 01:27, Richard Smith via
      cfe-commits wrote:<br>
    </div>
    <blockquote
cite="mid:CAOfiQqmC3f_hhW5te-B_NEGq+O0Lw2V3deBb9+iNWMOWARFbrA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">On Thu, Oct 15, 2015 at 11:14 AM,
            Adrian Prantl <span dir="ltr"><<a moz-do-not-send="true"
                href="mailto:aprantl@apple.com" target="_blank">aprantl@apple.com</a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div style="word-wrap:break-word"><span class=""><br>
                  <div>
                    <blockquote type="cite">
                      <div>On Oct 14, 2015, at 5:07 PM, Richard Smith
                        <<a moz-do-not-send="true"
                          href="mailto:richard@metafoo.co.uk"
                          target="_blank">richard@metafoo.co.uk</a>>
                        wrote:</div>
                      <div>
                        <div dir="ltr"
style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">
                          <div class="gmail_extra">
                            <div class="gmail_quote">
                              <div><br>
                              </div>
                              <div>Ack, there are non-modular headers in
                                the Darwin module. =( I seem to recall
                                that they're not version-locked to your
                                compiler, so we've got to support them
                                as-is?</div>
                              <div><br>
                              </div>
                              <div>If we can't turn on local submodule
                                visibility, then we need a module map
                                for libc++ that covers all of its
                                headers. I'll look into pruning the
                                include path when building a module from
                                an implicitly-loaded module map.</div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </blockquote>
                  </div>
                  <br>
                </span>
                <div>The attached patch implements this in the most
                  hacky way; with it I can successfully compile the
                  first few hundred files of LLVM.</div>
              </div>
            </blockquote>
            <div><br>
            </div>
            <div>Slightly less hacky approach attached, does this also
              unstick you? <br>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    I got bitten by the same issue with ToT clang and xcode 7.3 update.<br>
    <br>
    Did this set of patches land in trunk? Would it make sense the
    properties of NoUndeclaredIncludes to be added to [system] instead?<br>
    <blockquote
cite="mid:CAOfiQqmC3f_hhW5te-B_NEGq+O0Lw2V3deBb9+iNWMOWARFbrA@mail.gmail.com"
      type="cite">
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
cfe-commits mailing list
<a class="moz-txt-link-abbreviated" href="mailto:cfe-commits@lists.llvm.org">cfe-commits@lists.llvm.org</a>
<a class="moz-txt-link-freetext" href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits</a>
</pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>