citrun

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

commit 803647795cf6ad9ebfc9abb0efd7ce2709f699f9
parent 5cac5714d9cb20ec122ca4ac37e0150a89f95f83
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon,  8 Aug 2016 21:31:30 -0600

src/check: tweak wording

Diffstat:
Msrc/check.in | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/check.in b/src/check.in @@ -23,9 +23,9 @@ DESC[0]="Log files found" DESC[1]="Source files input" DESC[2]="Calls to the instrumentation tool" DESC[3]="Forked compilers" -DESC[4]="Instrumentation successes" -DESC[5]="Instrumentation and native compilation failures" -DESC[6]="Instrumentation failures but native compilation succeeded" +DESC[4]="Instrument successes" +DESC[5]="Both instrument and native compile failed (FP)" +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"