Changeset 713905fd for src/AST


Ignore:
Timestamp:
Jul 10, 2023, 11:14:13 AM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Location:
src/AST
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Decl.hpp

    re6e1a12 r713905fd  
    6969public:
    7070        /// Represents the type with all types and typedefs expanded.
    71         /// This field is generated by SymTab::Validate::Pass2
    7271        std::string mangleName;
    7372        /// Stores the scope level at which the variable was declared.
  • src/AST/SymbolTable.cpp

    re6e1a12 r713905fd  
    1919
    2020#include "Copy.hpp"
    21 #include <iostream>
    22 #include <algorithm>
    23 
    2421#include "Decl.hpp"
    2522#include "Expr.hpp"
     
    206203                        out.push_back(decl.second);
    207204                }
    208 
    209                 // std::cerr << otypeKey << ' ' << out.size() << std::endl;
    210205        }
    211206
Note: See TracChangeset for help on using the changeset viewer.