diff options
author | Csaba Dabis <dabis.csaba98@gmail.com> | 2019-07-10 00:20:03 +0000 |
---|---|---|
committer | Csaba Dabis <dabis.csaba98@gmail.com> | 2019-07-10 00:20:03 +0000 |
commit | 693936ab8fe84488e9c888245890dc7936d857c3 (patch) | |
tree | 0b5d13d9c5ec5b4872a5fa2896c7381cca531990 /llvm/lib/Support/MemoryBuffer.cpp | |
parent | 6a29680efb0b9866a0106e20c6682fd485ddeb4e (diff) | |
download | bcm5719-llvm-693936ab8fe84488e9c888245890dc7936d857c3.tar.gz bcm5719-llvm-693936ab8fe84488e9c888245890dc7936d857c3.zip |
[analyzer] CastValueChecker: Model casts
Summary:
It models the LLVM casts:
- `cast<>`
- `dyn_cast<>`
- `cast_or_null<>`
- `dyn_cast_or_null<>`
It has a very basic support without checking the `classof()` function.
(It reapplies the reverted 'llvm-svn: 365582' patch with proper test file.)
Reviewed By: NoQ
Tags: #clang
Differential Revision: https://reviews.llvm.org/D64374
llvm-svn: 365585
Diffstat (limited to 'llvm/lib/Support/MemoryBuffer.cpp')
0 files changed, 0 insertions, 0 deletions