Changeset 6b0b624 for src/Parser/TypeData.h
- Timestamp:
- Jul 22, 2017, 10:58:08 AM (6 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- fe97a7d8
- Parents:
- a1edafa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/TypeData.h
ra1edafa r6b0b624 9 9 // Author : Rodolfo G. Esteves 10 10 // Created On : Sat May 16 15:18:36 2015 11 // Last Modified By : Andrew Beach12 // Last Modified On : Fri Jul 14 16:57:00201713 // Update Count : 18 711 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sat Jul 22 09:32:47 2017 13 // Update Count : 188 14 14 // 15 15 16 #ifndef TYPEDATA_H 17 #define TYPEDATA_H 16 #pragma once 18 17 19 18 #include "ParseNode.h" … … 116 115 void buildKRFunction( const TypeData::Function_t & function ); 117 116 118 #endif // TYPEDATA_H119 120 117 // Local Variables: // 121 118 // tab-width: 4 //
Note: See TracChangeset
for help on using the changeset viewer.