aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CrashRecoveryContext.cpp
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2014-06-10 17:53:23 +0000
committerHans Wennborg <hans@hanshq.net>2014-06-10 17:53:23 +0000
commit9d06a8d06051b276d2b25af8b4e5c0c577db421d (patch)
treea9cf37ba7356103f4d92ad3b8e48c40778074682 /llvm/lib/Support/CrashRecoveryContext.cpp
parent29aab7b355a06d47bdcfc9c788bdf8a69a37e1f1 (diff)
downloadllvm-9d06a8d06051b276d2b25af8b4e5c0c577db421d.zip
llvm-9d06a8d06051b276d2b25af8b4e5c0c577db421d.tar.gz
llvm-9d06a8d06051b276d2b25af8b4e5c0c577db421d.tar.bz2
Don't inherit dll attributes to deleted methods (PR19988)
We would previously end up with an error when instantiating the following template: template <typename> struct __declspec(dllimport) S { void foo() = delete; }; S<int> s; error: attribute 'dllimport' cannot be applied to a deleted function llvm-svn: 210550
Diffstat (limited to 'llvm/lib/Support/CrashRecoveryContext.cpp')
0 files changed, 0 insertions, 0 deletions