[PATCH] D62619: [analyzer][IDF] Add a control dependency calculator + a new debug checker

Kristóf Umann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 5 05:17:39 PDT 2019


This revision was automatically updated to reflect the committed changes.
Szelethus marked 11 inline comments as done.
Closed by commit rL365197: [analyzer][IDF] Add a control dependency calculator + a new debug checker (authored by Szelethus, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D62619?vs=205917&id=208157#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D62619

Files:
  cfe/trunk/include/clang/Analysis/Analyses/Dominators.h
  cfe/trunk/include/clang/Analysis/CFG.h
  cfe/trunk/include/clang/StaticAnalyzer/Checkers/Checkers.td
  cfe/trunk/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
  cfe/trunk/test/Analysis/domtest.c
  cfe/trunk/test/Analysis/domtest.cpp
  cfe/trunk/unittests/Analysis/CFGDominatorTree.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62619.208157.patch
Type: text/x-patch
Size: 17870 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190705/e55e24b1/attachment.bin>


More information about the llvm-commits mailing list