Go to file
Reid Kleckner be7a446637 -Wmicrosoft: Don't warn on non-inline pure virtual method definitions
MSVC and clang with -fms-extensions allow pure virtual methods to be
defined inline after the "= 0" tokens.  Clang warns on these because it
is not standard, but incorrectly warns on out-of-line definitions, which
are standard.

With this change, clang will only warn on inline definitions of pure
virtual methods.

Fixes some self-host warnings on out-of-line definitions of pure virtual
destructors.

llvm-svn: 192244
2013-10-08 22:45:29 +00:00
clang -Wmicrosoft: Don't warn on non-inline pure virtual method definitions 2013-10-08 22:45:29 +00:00
clang-tools-extra Switching code owner email address. 2013-10-08 16:28:05 +00:00
compiler-rt [sanitizer] Fix deadlock in StopTheWorld. 2013-10-08 18:01:03 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Fix LWG Issue 2141: common_type trait produces reference types 2013-10-07 23:43:33 +00:00
libcxxabi Fix conditionals on __Unwind_SjLj_* functions to only build for SJLJ based architectures 2013-10-08 21:57:22 +00:00
lld Fix #endif comment. 2013-10-08 20:24:25 +00:00
lldb <rdar://problem/14028923> 2013-10-08 21:49:02 +00:00
llvm [AArch64] Add support for NEON scalar floating-point reciprocal estimate, 2013-10-08 22:09:04 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly use -polly-codegen-isl in tests under test/Isl 2013-10-07 16:43:04 +00:00