[clang] cef232f - [clang][ExtractAPI] Fix objc_property.m reference output
Daniel Grumberg via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 27 03:41:23 PDT 2022
Author: Daniel Grumberg
Date: 2022-07-27T11:34:17+01:00
New Revision: cef232ff3320ad1c85d403837d0b8c8b5ae7153f
URL: https://github.com/llvm/llvm-project/commit/cef232ff3320ad1c85d403837d0b8c8b5ae7153f
DIFF: https://github.com/llvm/llvm-project/commit/cef232ff3320ad1c85d403837d0b8c8b5ae7153f.diff
LOG: [clang][ExtractAPI] Fix objc_property.m reference output
After landing 7f0387de4c600af185b2db8d748f530444fe03cd I forgot to update this
new test.
Added:
Modified:
clang/test/ExtractAPI/objc_property.m
Removed:
################################################################################
diff --git a/clang/test/ExtractAPI/objc_property.m b/clang/test/ExtractAPI/objc_property.m
index 7cc17291ac76..1b50950d4424 100644
--- a/clang/test/ExtractAPI/objc_property.m
+++ b/clang/test/ExtractAPI/objc_property.m
@@ -195,6 +195,10 @@ @interface Interface (Category) <Protocol>
"preciseIdentifier": "c:I",
"spelling": "int"
},
+ {
+ "kind": "text",
+ "spelling": " "
+ },
{
"kind": "identifier",
"spelling": "myInterfaceTypeProp"
@@ -283,6 +287,10 @@ @interface Interface (Category) <Protocol>
"preciseIdentifier": "c:I",
"spelling": "int"
},
+ {
+ "kind": "text",
+ "spelling": " "
+ },
{
"kind": "identifier",
"spelling": "myInterfaceInstanceProp"
@@ -379,6 +387,10 @@ @interface Interface (Category) <Protocol>
"preciseIdentifier": "c:I",
"spelling": "int"
},
+ {
+ "kind": "text",
+ "spelling": " "
+ },
{
"kind": "identifier",
"spelling": "myCategoryTypeProp"
@@ -467,6 +479,10 @@ @interface Interface (Category) <Protocol>
"preciseIdentifier": "c:I",
"spelling": "int"
},
+ {
+ "kind": "text",
+ "spelling": " "
+ },
{
"kind": "identifier",
"spelling": "myCategoryInstanceProp"
@@ -613,6 +629,10 @@ @interface Interface (Category) <Protocol>
"preciseIdentifier": "c:I",
"spelling": "int"
},
+ {
+ "kind": "text",
+ "spelling": " "
+ },
{
"kind": "identifier",
"spelling": "myProtocolTypeProp"
@@ -701,6 +721,10 @@ @interface Interface (Category) <Protocol>
"preciseIdentifier": "c:I",
"spelling": "int"
},
+ {
+ "kind": "text",
+ "spelling": " "
+ },
{
"kind": "identifier",
"spelling": "myProtocolInstanceProp"
More information about the cfe-commits
mailing list