Changeset d08beee
- Timestamp:
- Feb 18, 2019, 1:04:57 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- b43ea9e
- Parents:
- ee06e41b
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/MakeLibCfa.cc
ree06e41b rd08beee 9 9 // Author : Richard C. Bilson 10 10 // Created On : Sat May 16 10:33:33 2015 11 // Last Modified By : Rob Schluntz12 // Last Modified On : Fri Apr 22 13:54:15 201613 // Update Count : 4 011 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Feb 17 21:08:09 2019 13 // Update Count : 41 14 14 // 15 15 … … 146 146 } // namespace 147 147 } // namespace LibCfa 148 149 // Local Variables: // 150 // tab-width: 4 // 151 // End: // -
src/main.cc
ree06e41b rd08beee 10 10 // Created On : Fri May 15 23:12:02 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Dec 26 08:11:19 201813 // Update Count : 49912 // Last Modified On : Sat Feb 16 09:14:04 2019 13 // Update Count : 500 14 14 // 15 15 … … 148 148 int main( int argc, char * argv[] ) { 149 149 FILE * input; // use FILE rather than istream because yyin is FILE 150 ostream * output = & cout;151 const char * filename = nullptr;150 ostream * output = & cout; 151 const char * filename = nullptr; 152 152 list< Declaration * > translationUnit; 153 153
Note: See TracChangeset
for help on using the changeset viewer.