]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/ChangeLog
c-pretty-print.h (c_pretty_printer::primary_expression): Now a virtua member function.
[thirdparty/gcc.git] / gcc / cp / ChangeLog
index f7aefc787ceda6957b60f36642aa55ecf65b78ff..0bc0b9a7e19c14dc7ca04bbcdbf42fea462890db 100644 (file)
@@ -1,3 +1,14 @@
+2013-08-25  Gabriel Dos Reis  <gdr@cs.tamu.edu>
+
+       * cxx-pretty-print.h (cxx_pretty_printer::primary_expression): Now
+       an overrider of c_pretty_printer::primary_expression.
+       * cxx-pretty-print.c (cxx_pretty_printer::primary_expression):
+       Rename from pp_cxx_primary_expression.  Adjust.
+       (pp_cxx_postfix_expression): Use pp_primary_expression.
+       (pp_cxx_ctor_initializer): Likewise.
+       (cxx_pretty_printer::cxx_pretty_printer): Do not assign to
+       primary_expression.
+
 2013-08-23  Jan Hubicka  <jh@suse.cz>
 
        * cp-tree.h (struct lang_type_class): Free is_final bit.