- Timestamp:
- Nov 21, 2019, 3:53:39 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 2909b515, c701332a
- Parents:
- 1a69a90
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r1a69a90 r49d3128 431 431 432 432 static const char * description[] = { 433 " Use color in diagnostics. WHEN is ‘never’, ‘always’, or ‘auto’.",// -c434 "wait for gdb to attach", 435 "print help message", 436 "generate libcfa.c", 437 "generate line marks", 438 "do not replace main", 439 "do not generate line marks", 440 "do not read prelude", 433 "diagnostic color: never, always, or auto.", // -c 434 "wait for gdb to attach", // -g 435 "print help message", // -h 436 "generate libcfa.c", // -l 437 "generate line marks", // -L 438 "do not replace main", // -m 439 "do not generate line marks", // -N 440 "do not read prelude", // -n 441 441 "generate prototypes for prelude functions", // -p 442 "print", 442 "print", // -P 443 443 "<directory> prelude directory for debug/nodebug", // no flag 444 444 "<option-list> enable profiling information:\n counters,heap,time,all,none", // -S 445 "building cfa standard lib", 446 "", 447 "", 448 "", 445 "building cfa standard lib", // -t 446 "", // -w 447 "", // -W 448 "", // -D 449 449 }; // description 450 450
Note: See TracChangeset
for help on using the changeset viewer.