llvm-project/clang/include
Nico Weber 8714c125e8 clang-cl: Expose -isystem.
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=?).

llvm-svn: 260990
2016-02-16 19:05:50 +00:00
..
clang clang-cl: Expose -isystem. 2016-02-16 19:05:50 +00:00
clang-c [libclang] Add missing CINDEX_LINKAGE from a function. 2016-02-07 18:21:28 +00:00
CMakeLists.txt