diff options
author | Rui Ueyama <ruiu@google.com> | 2014-08-06 22:01:54 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2014-08-06 22:01:54 +0000 |
commit | a89f9c8fdb77aefeaebd4d0bf956e09927f89f08 (patch) | |
tree | 9da1a8328739c13786e2aab9d5a8abcafdf749c7 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 3d7162b1cc33f1126ab3c05ebfea19ffed82c699 (diff) | |
download | bcm5719-llvm-a89f9c8fdb77aefeaebd4d0bf956e09927f89f08.tar.gz bcm5719-llvm-a89f9c8fdb77aefeaebd4d0bf956e09927f89f08.zip |
Revert "Fix modelling of non-lifetime-extended temporary destructors in the analyzer."
This reverts commit r214962 because after the change the
following code doesn't compile with -Wreturn-type -Werror.
#include <cstdlib>
class NoReturn {
public:
~NoReturn() __attribute__((noreturn)) { exit(1); }
};
int check() {
true ? NoReturn() : NoReturn();
}
llvm-svn: 214998
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions