Changeset 4dc3b8c for src/ControlStruct/LabelGenerator.hpp
- Timestamp:
- Nov 30, 2023, 6:14:20 PM (23 months ago)
- Branches:
- master
- Children:
- 2f8d351
- Parents:
- 7f2bfb7 (diff), c4570af3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/LabelGenerator.hpp
r7f2bfb7 r4dc3b8c 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // LabelGenerator.h --7 // LabelGenerator.hpp -- 8 8 // 9 9 // Author : Rodolfo G. Esteves … … 26 26 27 27 namespace ControlStruct { 28 ast::Label newLabel( const std::string &, const ast::Stmt * ); 29 ast::Label newLabel( const std::string &, const CodeLocation & ); 28 29 ast::Label newLabel( const std::string &, const ast::Stmt * ); 30 ast::Label newLabel( const std::string &, const CodeLocation & ); 31 30 32 } // namespace ControlStruct 31 33
Note:
See TracChangeset
for help on using the changeset viewer.