#
# ChangeLog for src/Validate/NoIdSymbolTable.hpp
#
# Generated by Trac 1.2.1
# Mar 6, 2025, 4:00:42 PM

Fri, 06 Oct 2023 18:58:48 GMT Michael Brooks <mlbrooks@…> [4d860ea3]
	* src/Validate/NoIdSymbolTable.hpp (modified)
	* tests/errors/.expect/scope-type.txt (added)
	* tests/errors/.expect/scope.txt (modified)
	* tests/errors/scope-type.cfa (added)
	* tests/errors/scope.cfa (modified)

	Fix compiler bug where duplicate type declarations caused crash.
 ...


Wed, 12 Jul 2023 15:44:01 GMT Andrew Beach <ajbeach@…> [e0069bd]
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/Pass.proto.hpp (modified)
	* src/AST/SymbolTable.cpp (modified)
	* src/AST/SymbolTable.hpp (modified)
	* src/Validate/NoIdSymbolTable.hpp (modified)

	Renaming of some SymbolTable functions because they are different and ...


Fri, 29 Apr 2022 17:30:49 GMT Andrew Beach <ajbeach@…> [298fe57]
	* src/AST/Convert.cpp (modified)
	* src/Common/utility.h (modified)
	* src/SymTab/Validate.cc (modified)
	* src/SymTab/Validate.h (modified)
	* src/Validate/EliminateTypedef.cpp (added)
	* src/Validate/EliminateTypedef.hpp (added)
	* src/Validate/FixQualifiedTypes.cpp (added)
	* src/Validate/FixQualifiedTypes.hpp (added)
	* src/Validate/ForallPointerDecay.cpp (modified)
	* src/Validate/ForallPointerDecay.hpp (modified)
	* src/Validate/GenericParameter.cpp (modified)
	* src/Validate/HoistStruct.cpp (added)
	* src/Validate/HoistStruct.hpp (added)
	* src/Validate/NoIdSymbolTable.hpp (added)
	* src/Validate/module.mk (modified)
	* src/main.cc (modified)
	* tests/.expect/nested-types-ERR2.nast.txt (added)
	* tests/.expect/nested-types-ERR2.oast.txt (moved)

	Translated 3/4 of validate_B. Link Reference To Types has been ...