[PATCH] D71371: [analyzer] Do not cache out on some shared implicit AST nodes.

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 11 16:10:01 PST 2019


xazax.hun updated this revision to Diff 233467.
xazax.hun edited the summary of this revision.
xazax.hun added a comment.

- Omit nodes from CFG instead of trying to make the states distinct.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71371/new/

https://reviews.llvm.org/D71371

Files:
  clang/include/clang/Analysis/CFG.h
  clang/lib/Analysis/CFG.cpp
  clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp
  clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  clang/test/Analysis/designated-initializer-values.c
  clang/test/Analysis/designated-initializer.c
  clang/test/Analysis/initializers-cfg-output.cpp
  clang/test/Analysis/temp-obj-dtors-cfg-output.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71371.233467.patch
Type: text/x-patch
Size: 7613 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191212/fc143775/attachment-0001.bin>


More information about the cfe-commits mailing list