diff options
author | Daniel Jasper <djasper@google.com> | 2017-05-02 12:38:27 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2017-05-02 12:38:27 +0000 |
commit | 7a28368fab228c579fea60bb91fb12de59d03fb5 (patch) | |
tree | 37ad9e46e9f9e93a6bcb8a3861ab4f1a044858fd /lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | |
parent | 6615bde93be3881d5f4d7ac5a76c063367b23349 (diff) | |
download | bcm5719-llvm-7a28368fab228c579fea60bb91fb12de59d03fb5.tar.gz bcm5719-llvm-7a28368fab228c579fea60bb91fb12de59d03fb5.zip |
Revert r301735 (and subsequent r301786).
It leads to clang crashing, e.g. on this short code fragment (added to
test/SemaCXX/warn-thread-safety-parsing.cpp):
class SomeClass {
public:
void foo() {
auto l = [this] { auto l = [] EXCLUSIVE_LOCKS_REQUIRED(mu_) {}; };
}
Mutex mu_;
};
llvm-svn: 301916
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp')
0 files changed, 0 insertions, 0 deletions