summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2014-08-06 22:01:54 +0000
committerRui Ueyama <ruiu@google.com>2014-08-06 22:01:54 +0000
commita89f9c8fdb77aefeaebd4d0bf956e09927f89f08 (patch)
tree9da1a8328739c13786e2aab9d5a8abcafdf749c7 /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent3d7162b1cc33f1126ab3c05ebfea19ffed82c699 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud