[all-commits] [llvm/llvm-project] d1ed67: [GNU ObjC] Fix a regression listing methods twice.

David Chisnall via All-commits all-commits at lists.llvm.org
Tue Dec 1 01:52:42 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d1ed67037de6f3f44dc446784f74f0e02adec9b5
      https://github.com/llvm/llvm-project/commit/d1ed67037de6f3f44dc446784f74f0e02adec9b5
  Author: David Chisnall <github at theravensnest.org>
  Date:   2020-12-01 (Tue, 01 Dec 2020)

  Changed paths:
    M clang/lib/CodeGen/CGObjCGNU.cpp
    A clang/test/CodeGenObjC/gnu-method-only-once.m

  Log Message:
  -----------
  [GNU ObjC] Fix a regression listing methods twice.

Methods synthesized from declared properties were being added to the
method lists twice.  This came from the change to list them in the
class's method list, which missed removing the place in CGObjCGNU that
added them again.

Reviewed By: lanza

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




More information about the All-commits mailing list