File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 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){
15951595
15961596size_t ASTContext::getTotalMemory () const {
15971597 size_t Size = sizeof (*this ) +
1598- // LoadedModules ?
1598+ // LoadedModules ?
15991599 // ExternalDefinitions ?
16001600 llvm::capacity_in_bytes (CanonicalGenericTypeParamTypeNames) +
16011601 // RemappedTypes ?
Original file line number Diff line number Diff line change @@ -3643,7 +3643,7 @@ Type ModuleFile::getType(TypeID TID) {
36433643 bool noreturn = false ;
36443644 bool throws = false ;
36453645
3646- // todo add noreturn serialization.
3646+ // TODO: add noreturn serialization.
36473647 decls_block::PolymorphicFunctionTypeLayout::readRecord (scratch,
36483648 inputID,
36493649 resultID,
@@ -3679,7 +3679,7 @@ Type ModuleFile::getType(TypeID TID) {
36793679 bool throws = false ;
36803680 ArrayRef<uint64_t > genericParamIDs;
36813681
3682- // todo add noreturn serialization.
3682+ // TODO: add noreturn serialization.
36833683 decls_block::GenericFunctionTypeLayout::readRecord (scratch,
36843684 inputID,
36853685 resultID,
Original file line number Diff line number Diff line change @@ -94,15 +94,15 @@ enum A012_AttachToEntities {
9494 func f1( ) { }
9595// 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>]
9696
97- ///Aaa.
97+ /// Aaa.
9898 ///
99- ///> Bbb.
99+ /// Bbb.
100100 func f2( ) { }
101101// 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>]
102102
103- ///Aaa.
103+ /// Aaa.
104104 ///
105- ///Bbb.
105+ /// Bbb.
106106 func f3( ) { }
107107// 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>]
108108}
You can’t perform that action at this time.
0 commit comments