[all-commits] [llvm/llvm-project] 1f41ce: [APINotes] Support fields of C/C++ structs

Egor Zhdan via All-commits all-commits at lists.llvm.org
Wed Aug 14 12:04:49 PDT 2024


  Branch: refs/heads/users/egorzhdan/apinotes-fields
  Home:   https://github.com/llvm/llvm-project
  Commit: 1f41cef4dfbf19517c67586945ad9885f48a7150
      https://github.com/llvm/llvm-project/commit/1f41cef4dfbf19517c67586945ad9885f48a7150
  Author: Egor Zhdan <e_zhdan at apple.com>
  Date:   2024-08-14 (Wed, 14 Aug 2024)

  Changed paths:
    M clang/include/clang/APINotes/APINotesReader.h
    M clang/include/clang/APINotes/APINotesWriter.h
    M clang/include/clang/APINotes/Types.h
    M clang/lib/APINotes/APINotesFormat.h
    M clang/lib/APINotes/APINotesReader.cpp
    M clang/lib/APINotes/APINotesWriter.cpp
    M clang/lib/APINotes/APINotesYAMLCompiler.cpp
    M clang/lib/Sema/SemaAPINotes.cpp
    A clang/test/APINotes/Inputs/Headers/Fields.apinotes
    A clang/test/APINotes/Inputs/Headers/Fields.h
    M clang/test/APINotes/Inputs/Headers/module.modulemap
    A clang/test/APINotes/fields.cpp

  Log Message:
  -----------
  [APINotes] Support fields of C/C++ structs

This allows annotating fields of C/C++ structs using API Notes.

Previously API Notes supported Objective-C properties, but not fields.

rdar://131548377



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list