Skip to content
Snippets Groups Projects
  • Nico Weber's avatar
    e9d15f0d
    clang-cl: Expose -isystem. · e9d15f0d
    Nico Weber authored
    Like cl.exe, clang-cl allows adding system include directories via the
    INCLUDE env var.  Having a driver flag for this functionality is useful,
    so add this too.
    
    (In the future, we probably also want to have a flag alternative to
    VCINSTALLDIR as used in MSVCToolChain::getVisualStudioBinaries(), and
    a way to override the registry accesses in MSVCToolChain::getWindowsSDKDir()
    -- maybe -ivcroot= and -iwinsdkroot=?).
    
    
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260990 91177308-0d34-0410-b5e6-96231b3b80d8
    e9d15f0d
    History
    clang-cl: Expose -isystem.
    Nico Weber authored
    Like cl.exe, clang-cl allows adding system include directories via the
    INCLUDE env var.  Having a driver flag for this functionality is useful,
    so add this too.
    
    (In the future, we probably also want to have a flag alternative to
    VCINSTALLDIR as used in MSVCToolChain::getVisualStudioBinaries(), and
    a way to override the registry accesses in MSVCToolChain::getWindowsSDKDir()
    -- maybe -ivcroot= and -iwinsdkroot=?).
    
    
    
    git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260990 91177308-0d34-0410-b5e6-96231b3b80d8
Code owners
Assign users and groups as approvers for specific file changes. Learn more.