Changes in src/CodeGen/CodeGenerator.h [3b0bc16:1931bb01]
- File:
-
- 1 edited
-
src/CodeGen/CodeGenerator.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/CodeGenerator.h
r3b0bc16 r1931bb01 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Tue Feb 1 09:23:21202213 // Update Count : 6 411 // Last Modified By : Andrew Beach 12 // Last Modified On : Wed Jun 29 14:32:00 2022 13 // Update Count : 65 14 14 // 15 15 … … 26 26 #include "SynTree/Visitor.h" // for Visitor 27 27 #include "SynTree/SynTree.h" // for Visitor Nodes 28 29 namespace ast { 30 class DeclWithType; 31 } 28 32 29 33 namespace CodeGen { … … 182 186 /// returns C-compatible name of declaration 183 187 std::string genName( DeclarationWithType * decl ); 188 std::string genName( ast::DeclWithType const * decl ); 184 189 185 190 inline std::ostream & operator<<( std::ostream & os, const CodeGenerator::LineEnder & endl ) {
Note:
See TracChangeset
for help on using the changeset viewer.