diff options
author | Richard Trieu <rtrieu@google.com> | 2016-09-27 22:28:59 +0000 |
---|---|---|
committer | Richard Trieu <rtrieu@google.com> | 2016-09-27 22:28:59 +0000 |
commit | 0013782030addbaa44c98316652406e76fd37769 (patch) | |
tree | cf32a6cf6b5fce7498457283dfc536e3d3bc5575 /llvm/lib/Object/Binary.cpp | |
parent | 764ae8bd72aac2cf77cb24d0e1c1136c3179e09b (diff) | |
download | bcm5719-llvm-0013782030addbaa44c98316652406e76fd37769.tar.gz bcm5719-llvm-0013782030addbaa44c98316652406e76fd37769.zip |
Fix defaulted member functions for templated classes.
In some cases, non-special member functions were being marked as being defaulted
in templated classes. This can cause interactions with later code that expects
the default function to be one of the specific member functions. Fix the check
so that templated class members are checked the same way as non-templated class
members are.
llvm-svn: 282547
Diffstat (limited to 'llvm/lib/Object/Binary.cpp')
0 files changed, 0 insertions, 0 deletions