[all-commits] [llvm/llvm-project] 0f88ca: [Analyzer] Checker for Debugging Iterator Checkers

Balogh, Ádám via All-commits all-commits at lists.llvm.org
Thu Nov 7 23:59:06 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0f88caeef8f2d4708f442d03db7723396712a143
      https://github.com/llvm/llvm-project/commit/0f88caeef8f2d4708f442d03db7723396712a143
  Author: Adam Balogh <adam.balogh at ericsson.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
    M clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
    A clang/test/Analysis/debug-iterator-modeling.cpp

  Log Message:
  -----------
  [Analyzer] Checker for Debugging Iterator Checkers

For white-box testing correct container and iterator modelling it is essential
to access the internal data structures stored for container and iterators. This
patch introduces a simple debug checkers called debug.IteratorDebugging to
achieve this.

Differential Revision: https://reviews.llvm.org/D67156




More information about the All-commits mailing list