[all-commits] [llvm/llvm-project] d3fc77: [clang][ExtractAPI] Ensure that class properties h...
Daniel Grumberg via All-commits
all-commits at lists.llvm.org
Wed Jul 27 03:09:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d3fc779e4295b0bf726008580ddd99c8e86c2c0c
https://github.com/llvm/llvm-project/commit/d3fc779e4295b0bf726008580ddd99c8e86c2c0c
Author: Daniel Grumberg <dgrumberg at apple.com>
Date: 2022-07-27 (Wed, 27 Jul 2022)
Changed paths:
M clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
A clang/test/ExtractAPI/objc_property.m
Log Message:
-----------
[clang][ExtractAPI] Ensure that class properties have a kind of "Type Property"
Generated symbol graphs should distinguish between type properties and instance
properties.
Differential Revision: https://reviews.llvm.org/D130581
More information about the All-commits
mailing list