Changeset d08beee


Ignore:
Timestamp:
Feb 18, 2019, 1:04:57 PM (5 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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
Message:

formatting

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/MakeLibCfa.cc

    ree06e41b rd08beee  
    99// Author           : Richard C. Bilson
    1010// Created On       : Sat May 16 10:33:33 2015
    11 // Last Modified By : Rob Schluntz
    12 // Last Modified On : Fri Apr 22 13:54:15 2016
    13 // Update Count     : 40
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Sun Feb 17 21:08:09 2019
     13// Update Count     : 41
    1414//
    1515
     
    146146        } // namespace
    147147} // namespace LibCfa
     148
     149// Local Variables: //
     150// tab-width: 4 //
     151// End: //
  • src/main.cc

    ree06e41b rd08beee  
    1010// Created On       : Fri May 15 23:12:02 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Dec 26 08:11:19 2018
    13 // Update Count     : 499
     12// Last Modified On : Sat Feb 16 09:14:04 2019
     13// Update Count     : 500
    1414//
    1515
     
    148148int main( int argc, char * argv[] ) {
    149149        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;
    152152        list< Declaration * > translationUnit;
    153153
Note: See TracChangeset for help on using the changeset viewer.