Skip to content

Commit bc30fad

Browse files
committed
[docs] Add "NFC" to Lexicon.rst.
1 parent 25bdf21 commit bc30fad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/Lexicon.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ source code, tests, and commit messages. See also the `LLVM lexicon`_.
116116
version information and may try to load older module files, resulting in
117117
crashes in ``clang::ASTReader``.
118118

119+
NFC
120+
"No functionality change." Written in commit messages that are intended to
121+
have no change on the compiler or library's behavior, though for some this
122+
refers to having the *same* implementation and for others merely an
123+
*equivalent* one.
124+
119125
open existential
120126
An `existential` value with its dynamic type pulled out, so that the
121127
compiler can do something with it.

0 commit comments

Comments
 (0)