Skip to content

Commit 5373ab2

Browse files
committed
Merge pull request #2196 from modocache/lexicon-qoi
[docs] Add QoI to Lexicon.rst
2 parents fd5602e + 4b27df7 commit 5373ab2

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
@@ -140,6 +140,12 @@ source code, tests, and commit messages. See also the `LLVM lexicon`_.
140140
only needed for context. See also
141141
`Whole-Module Optimization <WMO (whole-module optimization)>`.
142142

143+
QoI
144+
"Quality of implementation." Sometimes written in commit messages that
145+
improve the code that implements a particular feature of the compiler. More
146+
often included in FIXMEs or TODOs when the current code functions properly,
147+
but should be cleaned up. Example: "FIXME: QoI could be improved here."
148+
143149
Radar
144150
`Apple's bug-tracking system`__, or an issue reported on that system.
145151

0 commit comments

Comments
 (0)