]> granicus.if.org Git - clang/commit
[analyzer] Note last writes to a condition only in a nested stackframe
authorKristof Umann <dkszelethus@gmail.com>
Wed, 14 Aug 2019 09:39:38 +0000 (09:39 +0000)
committerKristof Umann <dkszelethus@gmail.com>
Wed, 14 Aug 2019 09:39:38 +0000 (09:39 +0000)
commitbe65cfe09ce1c0c619bceddda6d8d02b6e772979
treec8fbab430fc589449cb641f22654f634098932cb
parentda40d804aa30b1e526bb715898ce1a2d4eebf29a
[analyzer] Note last writes to a condition only in a nested stackframe

Exactly what it says on the tin! The comments in the code detail this a
little more too.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@368817 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
test/Analysis/track-control-dependency-conditions.cpp