2 HEAD~ Annotation Semantics; annotations, semantics; actions taken on annotations
4 The action that should be taken when an annotated source line is reached
5 depends on the build level.
7 [frame="topbot",options="header"]
8 |================================================
9 | |ALPHA |BETA |RELEASE
11 log footnote:[will only log once for each source line (not on each hit)] |
12 nothing footnote:[optimized out, irrelevant] |
13 won't compile footnote:[aborts compilation with an error message]
15 |UNIMPLEMENTED |abort footnote:[spew a log message, then abort the program] |
18 |FIXME |log |won't compile |won't compile
19 |TODO |log |log |won't compile
20 |PLANNED |log |nothing |nothing
21 |NOTREACHED |abort |abort |removed footnote:[optmized out, size]
22 |================================================