diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-04 04:24:53 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-04 04:24:53 +0000 |
commit | a17c2a3a9f10b5c7bd3cffc816fac55020e3faff (patch) | |
tree | 36d9dce14dcb16195a245143b39159a1ce9dac6a /gcc/cp/cp-objcp-common.c | |
parent | c910419dffff2133d4f4e28dfe6312bcf13e825e (diff) | |
download | gcc-a17c2a3a9f10b5c7bd3cffc816fac55020e3faff.tar.gz |
* class.c, cp-tree.h, decl.c, decl2.c, g++spec.c, init.c,
parser.c, pt.c, tree.c, typeck.c: Follow spelling conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121566 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/cp-objcp-common.c')
-rw-r--r-- | gcc/cp/cp-objcp-common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/cp-objcp-common.c b/gcc/cp/cp-objcp-common.c index a3640876c1d..2fdea268106 100644 --- a/gcc/cp/cp-objcp-common.c +++ b/gcc/cp/cp-objcp-common.c @@ -68,7 +68,7 @@ cxx_warn_unused_global_decl (tree decl) return true; } -/* Langhook for expr_size: Tell the backend that the value of an expression +/* Langhook for expr_size: Tell the back end that the value of an expression of non-POD class type does not include any tail padding; a derived class might have allocated something there. */ @@ -79,7 +79,7 @@ cp_expr_size (tree exp) if (CLASS_TYPE_P (type)) { - /* The backend should not be interested in the size of an expression + /* The back end should not be interested in the size of an expression of a type with both of these set; all copies of such types must go through a constructor or assignment op. */ if (!TYPE_HAS_COMPLEX_INIT_REF (type) |