[PATCH] D66325: [analyzer] CastValueChecker: Store the dynamic types and casts
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 21 15:48:19 PDT 2019
NoQ added inline comments.
================
Comment at: clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp:126
+ } else {
+ Out << "the object";
+ }
----------------
"The" should be capitalized if there's no "Assuming" before it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66325/new/
https://reviews.llvm.org/D66325
More information about the cfe-commits
mailing list