- File:
-
- 1 edited
-
src/ControlStruct/LabelGeneratorNew.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/LabelGeneratorNew.hpp
r400b8be rdd3263c 9 9 // Author : Rodolfo G. Esteves 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Andrew Beach12 // Last Modified On : Fir Mar 25 15:40:00202213 // Update Count : 2 811 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Jan 31 18:03:09 2022 13 // Update Count : 27 14 14 // 15 15 … … 18 18 #include <string> // for string 19 19 20 class CodeLocation;20 class Statement; 21 21 22 22 namespace ast { 23 class Stmt; 23 24 class Label; 24 class Stmt;25 25 } // namespace ast 26 26 27 27 namespace ControlStruct { 28 28 ast::Label newLabel( const std::string &, const ast::Stmt * ); 29 ast::Label newLabel( const std::string &, const CodeLocation & );30 29 } // namespace ControlStruct 31 30
Note:
See TracChangeset
for help on using the changeset viewer.