[PATCH] Add a new flag -fmodules-require-modular-includes
    Ben Langmuir 
    blangmuir at apple.com
       
    Tue Apr  8 17:09:01 PDT 2014
    
    
  
When set, the new flag enforces that all of the files included by a module are themselves part of a module, or are explicitly excluded by some module. This will not affect headers that are part of the module being built, nor files included outside of the module build (e.g. in an implementation file with -fmodule-name set).
Ben
-------------- next part --------------
A non-text attachment was scrubbed...
Name: non-modular-includes.patch
Type: application/octet-stream
Size: 18808 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140408/dfd6a665/attachment.obj>
    
    
More information about the cfe-commits
mailing list