OSDN Git Service

Switch to C++11 style [[noreturn]].
authorIan Rogers <irogers@google.com>
Sat, 11 Oct 2014 03:05:39 +0000 (20:05 -0700)
committerIan Rogers <irogers@google.com>
Sat, 11 Oct 2014 03:05:39 +0000 (20:05 -0700)
commit7223d44a4893522e90d00bca38b119f710e55122
treec0bbe3f7b3cf04750b4b5359a03c2d63fc90978b
parent3f5b8a1e7dfdf010591e17396d1d126740c5706c
Switch to C++11 style [[noreturn]].

Also remove old comment about calls to Abort getting merged. We have few
LOG(FATAL)s so merging is less of an issue. Also, recompiling with O0 and
similar will avoid the optimization and we expect that for GDB debugging.

Change-Id: I840dc6f4b8511294be0e117c634ec15b745e7be5
dex2oat/dex2oat.cc
patchoat/patchoat.cc
runtime/base/macros.h
runtime/native/java_lang_Runtime.cc
runtime/runtime.h