]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++: move contracts init to contracts.cc
authorJason Merrill <jason@redhat.com>
Tue, 18 Oct 2022 20:56:06 +0000 (16:56 -0400)
committerJason Merrill <jason@redhat.com>
Thu, 20 Oct 2022 17:33:08 +0000 (13:33 -0400)
commitde497a4f4b03e13c7a1084491de7afcc923f90f1
tree9d86e61c8f1ac592a1f2c3af934781c15ccb7bcd
parentb141fc304e150b643a7e697881490cbc643cbf0e
c++: move contracts init to contracts.cc

gcc/cp/ChangeLog:

* cp-tree.h (init_contract_processing): Declare.
* decl.cc (cxx_init_decl_processing): Call it.
* contracts.cc (init_contract_processing): Move from...
* except.cc (init_exception_processing): ...here.
gcc/cp/contracts.cc
gcc/cp/cp-tree.h
gcc/cp/decl.cc
gcc/cp/except.cc