Changeset 1f690b3 for driver/cfa.cc


Ignore:
Timestamp:
Oct 11, 2018, 2:48:06 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
90cfc16, 9507ce3
Parents:
2b3d6ff (diff), 7b61ce8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cfa.cc

    r2b3d6ff r1f690b3  
    1010// Created On       : Tue Aug 20 13:44:49 2002
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Sep  3 16:47:59 2018
    13 // Update Count     : 275
     12// Last Modified On : Fri Sep 14 23:02:59 2018
     13// Update Count     : 277
    1414//
    1515
     
    114114        bool std_flag = false;                                                          // -std= flag
    115115        bool noincstd_flag = false;                                                     // -no-include-stdhdr= flag
    116         bool xflag = false;                                                                     // user supplied -x flag
    117116        bool debugging __attribute(( unused )) = false;         // -g flag
    118117        bool m32 = false;                                    // -m32 flag
     
    291290                        } // if
    292291                        nonoptarg = true;
    293                         xflag = false;
    294292                } // if
    295293        } // for
    296294
    297     args[nargs] = "-x";                                 // turn off language
     295    args[nargs] = "-x";                                                                 // turn off language
    298296    nargs += 1;
    299297    args[nargs] = "none";
Note: See TracChangeset for help on using the changeset viewer.