Changeset 49d3128 for src


Ignore:
Timestamp:
Nov 21, 2019, 3:53:39 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

cfa command now properly supports -fdiagnostics-color and -fno-diagnostics-color

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r1a69a90 r49d3128  
    431431
    432432static const char * description[] = {
    433         "Use color in diagnostics. WHEN is ‘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
     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
    441441        "generate prototypes for prelude functions",            // -p
    442         "print",                                                                                        // -P
     442        "print",                                              // -P
    443443        "<directory> prelude directory for debug/nodebug",      // no flag
    444444        "<option-list> enable profiling information:\n          counters,heap,time,all,none", // -S
    445         "building cfa standard lib",                                                                    // -t
    446         "",                                                                                                     // -w
    447         "",                                                                                                     // -W
    448         "",                                                                                                     // -D
     445        "building cfa standard lib",                          // -t
     446        "",                                                   // -w
     447        "",                                                   // -W
     448        "",                                                   // -D
    449449}; // description
    450450
Note: See TracChangeset for help on using the changeset viewer.