#
# ChangeLog for src/Common/Examine.h
#
# Generated by Trac 1.2.1
# Apr 12, 2025, 3:46:31 PM

Fri, 11 Mar 2022 16:08:19 GMT Andrew Beach <ajbeach@…> [4f6dda0]
	* src/AST/GenericSubstitution.cpp (modified)
	* src/AST/TypeSubstitution.hpp (modified)
	* src/Common/Examine.cc (modified)
	* src/Common/Examine.h (modified)
	* src/Concurrency/KeywordsNew.cpp (modified)
	* src/Validate/ForallPointerDecay.cpp (modified)
	* src/Virtual/Tables.cc (modified)
	* src/Virtual/Tables.h (modified)
	* src/main.cc (modified)
	* tests/concurrent/.expect/keywordErrors.nast.txt (added)
	* tests/concurrent/.expect/keywordErrors.oast.txt (moved)
	* tests/concurrent/.expect/mainError.nast.txt (added)
	* tests/concurrent/.expect/mainError.oast.txt (moved)

	Converted Implement Concurrent Keywords to the new AST. Includes ...


Wed, 09 Sep 2020 21:03:40 GMT Andrew Beach <ajbeach@…> [1c01c58]
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* libcfa/src/concurrency/exception.cfa (modified)
	* libcfa/src/concurrency/exception.hfa (modified)
	* libcfa/src/concurrency/invoke.h (modified)
	* libcfa/src/exception.h (modified)
	* libcfa/src/exception.hfa (modified)
	* src/Common/Examine.cc (added)
	* src/Common/Examine.h (added)
	* src/Common/module.mk (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/Virtual/Tables.cc (added)
	* src/Virtual/Tables.h (added)
	* src/Virtual/module.mk (modified)
	* tests/exceptions/cancel/.expect/coroutine.txt (added)
	* tests/exceptions/cancel/coroutine.cfa (added)

	Rather large commit to get coroutine cancellation working.

	This ...