Go to file
David Majnemer 017cf35d7c [clang-cl] Define _MSVC_LANG
Recently, Microsoft added support for a flag, /std, which controls which
version of the language rules MSVC should use.
MSVC hasn't updated __cplusplus though.
Instead, they added a new macro, _MSVC_LANG, which is defined in a
similar fashion to __cplusplus.  This is used to indicate which mode the
compiler is in.

llvm-svn: 273987
2016-06-28 03:13:16 +00:00
clang [clang-cl] Define _MSVC_LANG 2016-06-28 03:13:16 +00:00
clang-tools-extra clang-rename: try to make ClassTestReplacements more reliable 2016-06-27 21:04:53 +00:00
compiler-rt [CMake] Check for androidabi in CMakeLists.txt not base-config-ix.cmake 2016-06-27 22:52:05 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc configure: Remove device specific defines 2016-06-17 20:30:50 +00:00
libcxx Fix bad link for P0006 2016-06-27 11:14:34 +00:00
libcxxabi Fix [libcxxabi] Fix warning about uninitialized const member. 2016-06-15 19:59:16 +00:00
libunwind [libunwind] Improve unwinder stack usage - III 2016-06-14 15:51:01 +00:00
lld [yaml2obj] Hopefully the last test case update from r273915 2016-06-27 21:06:40 +00:00
lldb fixits are apparently called fix-its. 2016-06-28 01:33:03 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm Reapply "[llvm-cov] Add an -output-dir option for the show sub-command"" 2016-06-28 02:09:39 +00:00
openmp Fix the Windows build after r273599 2016-06-27 18:03:45 +00:00
parallel-libs Change mailing list names in README 2016-06-24 22:50:09 +00:00
polly Create a dedicated header file for ScopBuilder. NFC. 2016-06-28 01:37:28 +00:00