@@ -50,9 +50,9 @@ class RecordsSlice {
50
50
// / Add non-ObjC global record.
51
51
// /
52
52
// / \param Name The name of symbol.
53
- // / \param Flags The flags that describe attributes of the symbol.
54
- // / \param GV The kind of global.
55
53
// / \param Linkage The linkage of symbol.
54
+ // / \param GV The kind of global.
55
+ // / \param Flags The flags that describe attributes of the symbol.
56
56
// / \return The non-owning pointer to added record in slice.
57
57
GlobalRecord *addGlobal (StringRef Name, RecordLinkage Linkage,
58
58
GlobalRecord::Kind GV,
@@ -69,6 +69,7 @@ class RecordsSlice {
69
69
70
70
// / Add ObjC IVar record.
71
71
// /
72
+ // / \param Container Owning pointer for instance variable.
72
73
// / \param Name The name of ivar, not symbol.
73
74
// / \param Linkage The linkage of symbol.
74
75
// / \return The non-owning pointer to added record in slice.
@@ -93,7 +94,7 @@ class RecordsSlice {
93
94
// / Find ObjC Category.
94
95
// /
95
96
// / \param ClassToExtend The name of class, not full symbol name.
96
- // / \param Categories The name of category.
97
+ // / \param Category The name of category.
97
98
// / \return The non-owning pointer to record in slice.
98
99
ObjCCategoryRecord *findObjCCategory (StringRef ClassToExtend,
99
100
StringRef Category) const ;
0 commit comments