[all-commits] [llvm/llvm-project] 040c39: [analyzer] Fix false positive on introspection of ...

NoQ via All-commits all-commits at lists.llvm.org
Fri Dec 6 13:24:31 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 040c39d50fb9c60de9020caf86e1a1fccfd6f861
      https://github.com/llvm/llvm-project/commit/040c39d50fb9c60de9020caf86e1a1fccfd6f861
  Author: Artem Dergachev <artem.dergachev at gmail.com>
  Date:   2019-12-06 (Fri, 06 Dec 2019)

  Changed paths:
    M clang/lib/StaticAnalyzer/Core/RegionStore.cpp
    M clang/test/Analysis/blocks.m

  Log Message:
  -----------
  [analyzer] Fix false positive on introspection of a block's internal layout.

When implementation of the block runtime is available, we should not
warn that block layout fields are uninitialized simply because they're
on the stack.




More information about the All-commits mailing list