[all-commits] [llvm/llvm-project] 3c50f2: [analyzer] Fix more ObjC accessor body farms after...

NoQ via All-commits all-commits at lists.llvm.org
Wed Dec 4 16:29:44 PST 2019


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

  Changed paths:
    M clang/lib/Analysis/BodyFarm.cpp
    M clang/test/Analysis/properties.m

  Log Message:
  -----------
  [analyzer] Fix more ObjC accessor body farms after 2073dd2d.

Fix a crash when constructing a body farm for accessors of a property
that is declared and @synthesize'd in different (but related) interfaces
with the explicit ivar syntax.

This is a follow-up for 0b58b80e.




More information about the All-commits mailing list