File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1595,7 +1595,7 @@ ASTContext::takeDelayedConformanceDiags(NormalProtocolConformance *conformance){
1595
1595
1596
1596
size_t ASTContext::getTotalMemory () const {
1597
1597
size_t Size = sizeof (*this ) +
1598
- // LoadedModules ?
1598
+ // LoadedModules ?
1599
1599
// ExternalDefinitions ?
1600
1600
llvm::capacity_in_bytes (CanonicalGenericTypeParamTypeNames) +
1601
1601
// RemappedTypes ?
Original file line number Diff line number Diff line change @@ -3643,7 +3643,7 @@ Type ModuleFile::getType(TypeID TID) {
3643
3643
bool noreturn = false ;
3644
3644
bool throws = false ;
3645
3645
3646
- // todo add noreturn serialization.
3646
+ // TODO: add noreturn serialization.
3647
3647
decls_block::PolymorphicFunctionTypeLayout::readRecord (scratch,
3648
3648
inputID,
3649
3649
resultID,
@@ -3679,7 +3679,7 @@ Type ModuleFile::getType(TypeID TID) {
3679
3679
bool throws = false ;
3680
3680
ArrayRef<uint64_t > genericParamIDs;
3681
3681
3682
- // todo add noreturn serialization.
3682
+ // TODO: add noreturn serialization.
3683
3683
decls_block::GenericFunctionTypeLayout::readRecord (scratch,
3684
3684
inputID,
3685
3685
resultID,
Original file line number Diff line number Diff line change @@ -94,15 +94,15 @@ enum A012_AttachToEntities {
94
94
func f1( ) { }
95
95
// CHECK: {{.*}}DocCommentAsXML=[<Function file="{{.*}}" line="{{.*}}" column="{{.*}}"><Name>f1()</Name><USR>s:FC14swift_ide_test5Brief2f1FT_T_</USR><Declaration>func f1()</Declaration><Abstract><Para>Aaa.</Para></Abstract><Discussion><Para>Bbb.</Para></Discussion></Function>]
96
96
97
- ///Aaa.
97
+ /// Aaa.
98
98
///
99
- ///> Bbb.
99
+ /// Bbb.
100
100
func f2( ) { }
101
101
// CHECK: {{.*}}DocCommentAsXML=[<Function file="{{.*}}" line="{{.*}}" column="{{.*}}"><Name>f2()</Name><USR>s:FC14swift_ide_test5Brief2f2FT_T_</USR><Declaration>func f2()</Declaration><Abstract><Para>Aaa.</Para></Abstract><Discussion><Para>Bbb.</Para></Discussion></Function>]
102
102
103
- ///Aaa.
103
+ /// Aaa.
104
104
///
105
- ///Bbb.
105
+ /// Bbb.
106
106
func f3( ) { }
107
107
// CHECK: {{.*}}DocCommentAsXML=[<Function file="{{.*}}" line="{{.*}}" column="{{.*}}"><Name>f3()</Name><USR>s:FC14swift_ide_test5Brief2f3FT_T_</USR><Declaration>func f3()</Declaration><Abstract><Para>Aaa.</Para></Abstract><Discussion><Para>Bbb.</Para></Discussion></Function>]
108
108
}
You can’t perform that action at this time.
0 commit comments