Changeset bf4fe05 for src/ResolvExpr/RenameVars.cpp
- Timestamp:
- May 13, 2024, 7:07:06 AM (17 months ago)
- Branches:
- master
- Children:
- ca4f2b2
- Parents:
- ec20ab9 (diff), 5f225f5 (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/ResolvExpr/RenameVars.cpp
rec20ab9 rbf4fe05 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // RenameVars.c c--7 // RenameVars.cpp -- 8 8 // 9 9 // Author : Richard C. Bilson … … 14 14 // 15 15 16 #include <ext/alloc_traits.h> // for __alloc_traits<>::value_type17 #include <memory> // for allocator_traits<>::value_type18 #include <sstream> // for operator<<, basic_ostream, ostring...19 #include <utility> // for pair16 #include <ext/alloc_traits.h> // for __alloc_traits<>::value_type 17 #include <memory> // for allocator_traits<>::value_type 18 #include <sstream> // for operator<<, basic_ostream, ostr... 19 #include <utility> // for pair 20 20 21 21 #include "AST/Pass.hpp" 22 22 #include "AST/Type.hpp" 23 #include "Common/ScopedMap.h "24 #include "Common/SemanticError.h "// for SemanticError25 #include "RenameVars.h "23 #include "Common/ScopedMap.hpp" 24 #include "Common/SemanticError.hpp" // for SemanticError 25 #include "RenameVars.hpp" 26 26 27 27 #include "AST/Copy.hpp"
Note:
See TracChangeset
for help on using the changeset viewer.