[PATCH] D66721: [analyzer] Analysis: Prevent bitwise operation false positives

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 25 18:04:36 PDT 2019


NoQ added inline comments.


================
Comment at: clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def:308
+//===----------------------------------------------------------------------===//
+// Unsinged analyzer options.
+//===----------------------------------------------------------------------===//
----------------
MaskRay wrote:
> typo: unsigned
Yup, [[ https://reviews.llvm.org/D65182?id=214462#inline-591158 | see also ]] :)


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

https://reviews.llvm.org/D66721





More information about the cfe-commits mailing list