r269435 - in /branches/c++-modules: ChangeLog.m...
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Wed Mar 6 18:51:00 GMT 2019
Author: nathan
Date: Wed Mar 6 18:51:33 2019
New Revision: 269435
URL: https://gcc.gnu.org/viewcvs?rev=269435&root=gcc&view=rev
Log:
Refactor.
gcc/cp/
* module.cc (module_state::{write,mark}_definition): Move to ...
(trees_out::{write,mark}_definition): ... here.
(module_state::{write,mark}_{function,var,class,enum}_def): Move to ...
(trees_out::{write,mark}_{function,var,class,enum}_def): ... here.
(module_state::write_binfos): Move to ...
(trees_out::write_binfos): ... here.
(depset::hash::find_dependencies): Drop module_state parm.
Modified:
branches/c++-modules/ChangeLog.modules
branches/c++-modules/gcc/cp/module.cc
More information about the Gcc-cvs
mailing list