Changes in src/Parser/RunParser.hpp [f2f595d7:64b3cda]
- File:
-
- 1 edited
-
src/Parser/RunParser.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/RunParser.hpp
rf2f595d7 r64b3cda 10 10 // Created On : Mon Dec 19 10:42:00 2022 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Thr Feb 16 10:08:00 202313 // Update Count : 212 // Last Modified On : Thr Dec 22 10:23:00 2022 13 // Update Count : 1 14 14 // 15 15 … … 18 18 #include <iosfwd> // for ostream 19 19 20 #include " AST/LinkageSpec.hpp"// for Spec20 #include "SynTree/LinkageSpec.h" // for Spec 21 21 namespace ast { 22 22 class TranslationUnit; … … 29 29 /// The input file is closed when complete. Exits instead of returning on 30 30 /// error or if alwaysExit is true. 31 void parse( FILE * input, ast::Linkage::Spec linkage, bool alwaysExit = false );31 void parse( FILE * input, LinkageSpec::Spec linkage, bool alwaysExit = false ); 32 32 33 33 /// Drain the internal accumulator of parsed code and build a translation
Note:
See TracChangeset
for help on using the changeset viewer.