Go to file
NAKAMURA Takumi b5ee8a6deb [msvc] Honor %INCLUDE%. It should know essential search paths with vcvarsall.bat.
FYI,

On VS10, %INCLUDE% contains;
(VS10)\VC\INCLUDE
(VS10)\VC\ATLMFC\INCLUDE
(SDK70A)\include

On VS11,
(VS11)\VC\INCLUDE
(VS11)\VC\ATLMFC\INCLUDE
(SDK80)\include\shared
(SDK80)\include\um
(SDK80)\include\winrt

FIXME: It may be enabled also on mingw.
llvm-svn: 152589
2012-03-13 00:02:21 +00:00
clang [msvc] Honor %INCLUDE%. It should know essential search paths with vcvarsall.bat. 2012-03-13 00:02:21 +00:00
compiler-rt [ASan] Add back the support for /MT; intercept statically-linked functions 2012-03-12 11:45:09 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Switch to BSD/MIT dual license. 2012-02-22 04:47:39 +00:00
libcxx Fix moneypunct_byname algorithm to more accurately represent C locales in C++. 2012-03-10 18:31:43 +00:00
libcxxabi Enable / silence -Wunused-parameter. 2012-03-09 18:01:37 +00:00
lld Audit uses of StringRef::getAsInteger. 2012-03-12 18:13:36 +00:00
lldb Added formatters for libc++ (http://libcxx.llvm.org): 2012-03-12 19:47:17 +00:00
llvm lit: Pass %INCLUDE% to tests on Win32. clang may expect existence of %INCLUDE% in vcvarsall.bat. 2012-03-13 00:02:06 +00:00
polly Remove FinalRead 2012-03-08 15:21:51 +00:00