summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/issue_verification
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2016-10-01 00:15:24 +0000
committerRichard Trieu <rtrieu@google.com>2016-10-01 00:15:24 +0000
commitc2265be1860bf8c44e6d867485452fcdb8e7e8ae (patch)
tree2a1bf3df84cae57035c1ec75145abcbb6b48fc6e /lldb/packages/Python/lldbsuite/test/issue_verification
parent6610b01a278198fecf79503c1761eabbf60d56f2 (diff)
downloadbcm5719-llvm-c2265be1860bf8c44e6d867485452fcdb8e7e8ae.tar.gz
bcm5719-llvm-c2265be1860bf8c44e6d867485452fcdb8e7e8ae.zip
Fix crash when emitting error.
With templated classes, is possible to not be able to determine is a member function is a special member function before the class is instantiated. Only these special member functions can be defaulted. In some cases, knowing whether a function is a special member function can't be determined until instantiation, so an uninstantiated function could possibly be defaulted too. Add a case to the error diagnostic when the function marked with a default is not known to be a special member function. llvm-svn: 282989
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/issue_verification')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud