Go to file
Aaron Ballman 674cf26892 __declspec is not a core Clang language extension. Instead, require -fms-extensions or -fborland to enable the language extension.
Note: __declspec is also temporarily enabled when compiling for a CUDA target because there are implementation details relying on __declspec(property) support currently. When those details change, __declspec should be disabled for CUDA targets.
llvm-svn: 238238
2015-05-26 19:44:52 +00:00
clang __declspec is not a core Clang language extension. Instead, require -fms-extensions or -fborland to enable the language extension. 2015-05-26 19:44:52 +00:00
clang-tools-extra [clang-tidy] misc-noexcept-move-ctors should ignore implicit constructors and assignments. 2015-05-26 14:35:09 +00:00
compiler-rt [msan] Fix mmap test on Fedora. 2015-05-26 18:02:54 +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 Use a more accurate implementation for exp 2015-05-13 03:55:09 +00:00
libcxx Fix broken test I just added 2015-05-26 19:17:09 +00:00
libcxxabi LIBCXXABI_LIBUNWIND_INCLUDES is already set before calling find_path, and find_path will not update it. 2015-05-09 21:03:01 +00:00
libunwind Code cleanup: Remove duplicated line. 2015-05-17 13:49:18 +00:00
lld [ARM] Fix enum type cast in switch 2015-05-26 11:13:09 +00:00
lldb Fix some logic where we used to have char arrays, but we now use std::string. Use the correctly API to detect if they are not empty. 2015-05-26 18:29:03 +00:00
llgo [llgo] cmd/llgoi: use line editor 2015-05-23 15:16:09 +00:00
llvm [lib/Fuzzer] fix docs 2015-05-26 19:32:52 +00:00
openmp Change macro GUIDEDLL_EXPORTS to KMP_DYNAMIC_LIB 2015-05-26 17:32:53 +00:00
polly Tighten the PHI modeling test cases 2015-05-26 18:05:45 +00:00