[PATCH] D68199: [analyzer] DynamicTypeInfo: Simplify the API

Csaba Dabis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 30 01:39:50 PDT 2019


Charusso created this revision.
Charusso added a reviewer: NoQ.
Charusso added a project: clang.
Herald added subscribers: cfe-commits, dkrupp, donat.nagy, Szelethus, mikhail.ramalho, a.sidorin, szepet, baloghadamsoftware, xazax.hun.
Charusso retitled this revision from "[analyzer] DynamicTypeInfo: Simplify the API." to "[analyzer] DynamicTypeInfo: Simplify the API".
Charusso added a child revision: D67079: [analyzer] CastValueChecker: Model inheritance.

`DynamicTypeInfo` -> `const DynamicTypeInfo *`,
which removes the method `bool isValid()`.


Repository:
  rC Clang

https://reviews.llvm.org/D68199

Files:
  clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicType.h
  clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h
  clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
  clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  clang/lib/StaticAnalyzer/Core/DynamicType.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68199.222368.patch
Type: text/x-patch
Size: 11637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190930/ffb4088f/attachment.bin>


More information about the cfe-commits mailing list