[all-commits] [llvm/llvm-project] cefe51: [APINotes] Support fields of C/C++ structs
Egor Zhdan via All-commits
all-commits at lists.llvm.org
Wed Aug 14 10:45:16 PDT 2024
Branch: refs/heads/users/egorzhdan/apinotes-fields
Home: https://github.com/llvm/llvm-project
Commit: cefe51c59177d4c69a1d556408e6a69301c07326
https://github.com/llvm/llvm-project/commit/cefe51c59177d4c69a1d556408e6a69301c07326
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