- Timestamp:
- Jul 10, 2023, 11:14:13 AM (3 years ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- c3f7dd9
- Parents:
- e6e1a12 (diff), b29a1e8 (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. - Location:
- src/AST
- Files:
-
- 2 edited
-
Decl.hpp (modified) (1 diff)
-
SymbolTable.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Decl.hpp
re6e1a12 r713905fd 69 69 public: 70 70 /// Represents the type with all types and typedefs expanded. 71 /// This field is generated by SymTab::Validate::Pass272 71 std::string mangleName; 73 72 /// Stores the scope level at which the variable was declared. -
src/AST/SymbolTable.cpp
re6e1a12 r713905fd 19 19 20 20 #include "Copy.hpp" 21 #include <iostream>22 #include <algorithm>23 24 21 #include "Decl.hpp" 25 22 #include "Expr.hpp" … … 206 203 out.push_back(decl.second); 207 204 } 208 209 // std::cerr << otypeKey << ' ' << out.size() << std::endl;210 205 } 211 206
Note:
See TracChangeset
for help on using the changeset viewer.