Skip to content

Commit c044001

Browse files
authored
[docs] Add "customization point" to Lexicon.rst (#20246)
1 parent 733377f commit c044001

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)