More skeleton, including a trivial second_pass_function, fix a bug with ADTs that have members with the same name (may still be a problem if the ADT itself has the same name)
This commit is contained in:
@@ -56,7 +56,7 @@ class Type {
|
||||
std::set<std::string> traits;
|
||||
std::vector<Type*> parameterTypes;
|
||||
Type *returnType;
|
||||
bool is_reference;;
|
||||
bool is_reference;
|
||||
private:
|
||||
int indirection;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user