Skip to content

Commit fd5602e

Browse files
committed
mention WHY we use NFC.
1 parent bc30fad commit fd5602e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Lexicon.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ source code, tests, and commit messages. See also the `LLVM lexicon`_.
120120
"No functionality change." Written in commit messages that are intended to
121121
have no change on the compiler or library's behavior, though for some this
122122
refers to having the *same* implementation and for others merely an
123-
*equivalent* one.
123+
*equivalent* one. "NFC" is typically used to explain why a patch has no
124+
included testcase, since the Swift project requires testcases for all
125+
patches that change functionality.
124126

125127
open existential
126128
An `existential` value with its dynamic type pulled out, so that the

0 commit comments

Comments
 (0)