]> granicus.if.org Git - clang/commit
[analyzer][UninitializedObjectChecker] Updated comments
authorKristof Umann <dkszelethus@gmail.com>
Fri, 14 Sep 2018 09:07:40 +0000 (09:07 +0000)
committerKristof Umann <dkszelethus@gmail.com>
Fri, 14 Sep 2018 09:07:40 +0000 (09:07 +0000)
commitf2937b158030bebd83505e934510a35ec7d9545c
tree4a96693f89a1ea527f06193f1044bf7ae343182f
parentec483ba064ccc6b9acc5a861a527fb4fa88322b5
[analyzer][UninitializedObjectChecker] Updated comments

Some of the comments are incorrect, imprecise, or simply nonexistent.
Since I have a better grasp on how the analyzer works, it makes sense
to update most of them in a single swoop.

I tried not to flood the code with comments too much, this amount
feels just right to me.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@342215 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObject.h
lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp