]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++: Use better module partition naming
authorNathan Sidwell <nathan@acm.org>
Fri, 10 Jun 2022 18:57:38 +0000 (11:57 -0700)
committerNathan Sidwell <nathan@acm.org>
Wed, 15 Jun 2022 15:02:37 +0000 (08:02 -0700)
commit052d89537a4c09e1e1437042e2d1ea215656325f
treeb66e4722ec4c4d6cd7ecbabf79b759f6ca71d465
parentdc8071da0e89eab4935751f3b16745c95cbc0d30
c++: Use better module partition naming

It turns out that 'implementation partition' is not a term used in the
std, and is confusing to users.  Let's use the better term 'internal
partition'.  While there, adjust header unit naming.

gcc/cp/
* module.cc (module_state::write_readme): Use less confusing
importable unit names.
gcc/cp/module.cc