diff options
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a47b0ae..8a66949 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,12 @@ +2017-12-19 Jakub Jelinek <jakub@redhat.com> + + * name-lookup.c (get_std_name_hint): Replace Yoda conditions with + typical order conditions. + * class.c (check_bitfield_decl): Likewise. + * pt.c (convert_template_argument): Likewise. + * decl.c (duplicate_decls): Likewise. + * typeck.c (commonparms): Likewise. + 2017-12-19 Paolo Carlini <paolo.carlini@oracle.com> * cp-tree.h: Fix typo in comment. |