Skip to content
Success

Changes

Summary

  1. Moved new ast code out of one of the old files. The new file may have to change if SymTab is removed entirely, but for now at least, there is a lot less template code in headers. (details)
  2. Some SymbolTable clean-up I did while trying a change I didn't go through with. (details)
Commit fb4dc2836f4baf232dfe867576343c1133659525 by ajbeach
Moved new ast code out of one of the old files. The new file may have to change if SymTab is removed entirely, but for now at least, there is a lot less template code in headers.
The file was addedsrc/SymTab/GenImplicitCall.hpp
The file was addedsrc/SymTab/GenImplicitCall.cpp
The file was modifiedsrc/SymTab/Autogen.h
The file was modifiedsrc/SymTab/module.mk
The file was modifiedsrc/InitTweak/FixInitNew.cpp
The file was modifiedsrc/AST/Inspect.cpp
The file was modifiedsrc/AST/Inspect.hpp
The file was modifiedsrc/SymTab/Autogen.cc
The file was modifiedsrc/InitTweak/GenInit.cc
The file was modifiedsrc/Validate/Autogen.cpp
Commit d859a304c3462b4df9c1da7c43844f9ba9c1a3f2 by ajbeach
Some SymbolTable clean-up I did while trying a change I didn't go through with.
The file was modifiedsrc/AST/SymbolTable.hpp
The file was modifiedsrc/AST/SymbolTable.cpp