#
# ChangeLog for src/CompilationState.h
#
# Generated by Trac 1.2.1
# Mar 10, 2025, 4:24:16 AM

Wed, 12 Aug 2020 15:29:03 GMT Thierry Delisle <tdelisle@…> [a77257be]
	* src/CompilationState.cc (modified)
	* src/CompilationState.h (modified)
	* src/main.cc (modified)

	Compiler now supports --new-ast and --old-ast to select which ...


Thu, 16 Apr 2020 17:25:53 GMT Thierry Delisle <tdelisle@…> [7215000]
	* src/CompilationState.cc (modified)
	* src/CompilationState.h (modified)
	* src/ResolvExpr/TypeEnvironment.cc (modified)
	* src/main.cc (modified)
	* tests/Makefile.am (modified)
	* tests/Makefile.in (modified)
	* tests/errors/.expect/completeType.txt (modified)

	Added flag to disable non-deteministic parts of the output when
	testing


Fri, 03 May 2019 22:05:36 GMT Peter A. Buhr <pabuhr@…> [62ce290]
	* src/CompilationState.cc (modified)
	* src/CompilationState.h (modified)
	* src/main.cc (modified)

	update cfa-cpp options


Thu, 02 May 2019 17:33:07 GMT Peter A. Buhr <pabuhr@…> [3e96559]
	* src/CompilationState.cc (modified)
	* src/CompilationState.h (modified)
	* src/main.cc (modified)

	add --help option for cfa-cpp to show options, and restructure the ...


Mon, 04 Mar 2019 20:05:55 GMT tdelisle <tdelisle@…> [1bb9a9a]
	* src/Common/Stats.h (modified)
	* src/CompilationState.cc (modified)
	* src/CompilationState.h (modified)

	Some clean-up and comenting


Thu, 28 Feb 2019 21:13:15 GMT tdelisle <tdelisle@…> [ebcc940]
	* src/CompilationState.cc (modified)
	* src/CompilationState.h (modified)
	* src/main.cc (modified)

	Added --stats flag to enable statistics


Wed, 12 Sep 2018 20:59:56 GMT Aaron Moss <a3moss@…> [3b3491b6]
	* libcfa/configure (modified)
	* src/CodeTools/ResolvProtoDump.cc (added)
	* src/CodeTools/ResolvProtoDump.h (added)
	* src/CodeTools/module.mk (modified)
	* src/CompilationState.cc (modified)
	* src/CompilationState.h (modified)
	* src/Makefile.in (modified)
	* src/main.cc (modified)

	Add first draft of resolver prototype dumper


Mon, 30 Jul 2018 20:43:48 GMT Rob Schluntz <rschlunt@…> [05e6eb5]
	* src/CompilationState.cc (modified)
	* src/CompilationState.h (modified)
	* src/Validate/HandleAttributes.cc (modified)
	* src/main.cc (modified)

	Warn about constructor/destructor priorities 101-200 only when not ...


Mon, 30 Jul 2018 20:43:48 GMT Rob Schluntz <rschlunt@…> [7f38b67a]
	* src/CompilationState.cc (added)
	* src/CompilationState.h (added)
	* src/Makefile.am (modified)
	* src/main.cc (modified)

	Factor global booleans into CompilationState