[PATCH] D54466: [Analyzer] Iterator Checkers - Use the region of the topmost base class for iterators stored in a region

Balogh, Ádám via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 23 02:00:52 PST 2018


baloghadamsoftware added a comment.

There is `CXXDerivedObjectRegion` <https://clang.llvm.org/doxygen/classclang_1_1ento_1_1CXXDerivedObjectRegion.html> as well. I am totally confused about the terminology now. Is there somewhere a documentation that explains all these things? If I make a class hierarchy, then the region of derived objects are `CXXBaseObjectRegion`. I did not meet `CXXDerivedObjectRegion` yet.


https://reviews.llvm.org/D54466





More information about the cfe-commits mailing list