aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitReader.cpp
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2014-01-13 17:23:24 +0000
committerHans Wennborg <hans@hanshq.net>2014-01-13 17:23:24 +0000
commit0f3c10cb8a3b54b95077eb980358a11448d84d1e (patch)
tree086da72711f0c8a592efb30c05fdbe505d5bc380 /llvm/lib/Bitcode/Reader/BitReader.cpp
parent9bc0415c1fd937bdbc7d87bb7486b83c0aab32c9 (diff)
downloadllvm-0f3c10cb8a3b54b95077eb980358a11448d84d1e.zip
llvm-0f3c10cb8a3b54b95077eb980358a11448d84d1e.tar.gz
llvm-0f3c10cb8a3b54b95077eb980358a11448d84d1e.tar.bz2
[ms-cxxabi] Elide dtor access checks for pass-by-val objects in callees
The ABI requires the destructor to be invoked in the callee, but the standard does not require access checks here so we avoid doing direct access checks on the destructor. If we end up needing to define an implicit destructor, we don't skip access checks for the base class, etc. Those checks are effectively part of generating the destructor definition, and aren't affected by which TU the check is performed in. Differential Revision: http://llvm-reviews.chandlerc.com/D2409 llvm-svn: 199120
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitReader.cpp')
0 files changed, 0 insertions, 0 deletions