[all-commits] [llvm/llvm-project] dd72ae: [clang][ObjC] Add fix it for missing methods in impl

David Goldman via All-commits all-commits at lists.llvm.org
Tue Jan 4 12:58:55 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dd72ae3dcc6895f95e1203b40aabcb069c76a0ab
      https://github.com/llvm/llvm-project/commit/dd72ae3dcc6895f95e1203b40aabcb069c76a0ab
  Author: David Goldman <davg at google.com>
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
    M clang/lib/Sema/SemaDeclObjC.cpp
    A clang/test/FixIt/fixit-objc-missing-method-impl.m

  Log Message:
  -----------
  [clang][ObjC] Add fix it for missing methods in impl

We suggest inserting the method with an empty body at the end
of the implementation decl.

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




More information about the All-commits mailing list