[all-commits] [llvm/llvm-project] 32b53c: [ExtractAPI] Remove extra attributes in property d...

Unique-Usman via All-commits all-commits at lists.llvm.org
Tue Apr 4 10:02:27 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 32b53cf9d0c8c0e01ce5b0e7d5c717202a98cdf5
      https://github.com/llvm/llvm-project/commit/32b53cf9d0c8c0e01ce5b0e7d5c717202a98cdf5
  Author: Usman Akinyemi <usmanakinyemi202 at gmail.com>
  Date:   2023-04-04 (Tue, 04 Apr 2023)

  Changed paths:
    M clang/lib/ExtractAPI/DeclarationFragments.cpp
    M clang/test/ExtractAPI/objc_category.m
    M clang/test/ExtractAPI/objc_id_protocol.m
    M clang/test/ExtractAPI/objc_interface.m
    M clang/test/ExtractAPI/objc_property.m

  Log Message:
  -----------
  [ExtractAPI] Remove extra attributes in property declaration fragments

Use `getPropertyAttributesAsWritten` instead of `getPropertyAttributes`
to get property attributes actually specified in the source code.
Resolves issue #61478.

https://reviews.llvm.org/D146759

Reviewed By: zixuw, dang

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




More information about the All-commits mailing list