citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit eb9fc13176cbe3d08d5f5b2059023e451e2b9f2a
parent 165c6db967ee6001c29d80ac20f5341c0a9eee68
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon,  8 Aug 2016 22:14:58 -0600

src/check: add exclamation to important line

Diffstat:
Msrc/check.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/check.in b/src/check.in @@ -25,7 +25,7 @@ DESC[2]="Calls to the instrumentation tool" DESC[3]="Forked compilers" DESC[4]="Instrument successes" DESC[5]="Both instrument and native compile failed (FP)" -DESC[6]="Instrument failed but native compile succeeded (TP)" +DESC[6]="Instrument failed but native compile succeeded (TP)!" DESC[7]="Application link commands" DESC[8]="Warnings during source parsing" DESC[9]="Errors during source parsing"