Changeset 6da81c7
- Timestamp:
- Jun 1, 2021, 11:10:33 PM (3 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 436d7d7, e9ea53d
- Parents:
- a804f81
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/cc1.cc
ra804f81 r6da81c7 10 10 // Created On : Fri Aug 26 14:23:51 2005 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Nov 17 14:27:08 202013 // Update Count : 41 412 // Last Modified On : Tue Jun 1 23:07:21 2021 13 // Update Count : 415 14 14 // 15 15 … … 199 199 if ( arg == "-D" || arg == "-U" || arg == "-I" || arg == "-MF" || arg == "-MT" || arg == "-MQ" || 200 200 arg == "-include" || arg == "-imacros" || arg == "-idirafter" || arg == "-iprefix" || 201 arg == "-iwithprefix" || arg == "-iwithprefixbefore" || arg == "-isystem" || arg == "-isysroot" ) { 201 arg == "-iwithprefix" || arg == "-iwithprefixbefore" || arg == "-isystem" || arg == "-isysroot" || 202 arg == "-dumpbase-ext" || arg == "-dumpbase" 203 ) { 202 204 i += 1; 203 205 args[nargs++] = argv[i]; // pass argument along
Note: See TracChangeset
for help on using the changeset viewer.