- Timestamp:
- Oct 11, 2018, 2:48:06 PM (6 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/cfa.cc
r2b3d6ff r1f690b3 10 10 // Created On : Tue Aug 20 13:44:49 2002 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Sep 3 16:47:59 201813 // Update Count : 27 512 // Last Modified On : Fri Sep 14 23:02:59 2018 13 // Update Count : 277 14 14 // 15 15 … … 114 114 bool std_flag = false; // -std= flag 115 115 bool noincstd_flag = false; // -no-include-stdhdr= flag 116 bool xflag = false; // user supplied -x flag117 116 bool debugging __attribute(( unused )) = false; // -g flag 118 117 bool m32 = false; // -m32 flag … … 291 290 } // if 292 291 nonoptarg = true; 293 xflag = false;294 292 } // if 295 293 } // for 296 294 297 args[nargs] = "-x"; // turn off language295 args[nargs] = "-x"; // turn off language 298 296 nargs += 1; 299 297 args[nargs] = "none";
Note: See TracChangeset
for help on using the changeset viewer.