Skip to content

Commit 0e58ec1

Browse files
committed
---
yaml --- r: 317310 b: refs/heads/master-rebranch c: 9dc2f64 h: refs/heads/master
1 parent 445df0c commit 0e58ec1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,4 +1457,4 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-02-a: ddd2b2976aa9bfde5f20fe37f6bd2
14571457
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-03-a: 171cc166f2abeb5ca2a4003700a8a78a108bd300
14581458
refs/heads/benlangmuir-patch-1: baaebaf39d52f3bf36710d4fe40cf212e996b212
14591459
refs/heads/i-do-redeclare: 8c4e6d5de5c1e3f0a2cedccf319df713ea22c48e
1460-
refs/heads/master-rebranch: b7200e80a8a00ec2be2e8497594569d9352237f0
1460+
refs/heads/master-rebranch: 9dc2f648bb9f585def2193ca47cc157c81cc2738

branches/master-rebranch/docs/Lexicon.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ source code, tests, and commit messages. See also the `LLVM lexicon`_.
9797
context. This type may contain `archetypes <archetype>` and cannot be
9898
used directly from outside the context. Compare with `interface type`.
9999

100+
customization point
101+
Informal term for a protocol requirement that has a default implementation,
102+
i.e. one that conforming types don't *have* to implement but have the option
103+
to "customize".
104+
100105
DI (definite initialization / definitive initialization)
101106
The feature that no uninitialized variables, constants, or properties will
102107
be read by a program, or the analysis pass that operates on SIL to

0 commit comments

Comments
 (0)