]> sourceware.org Git - systemtap.git/commit
Fix PR19521 by updating messages to use the unmangled variable/function name.
authorDavid Smith <dsmith@redhat.com>
Wed, 27 Jan 2016 15:12:23 +0000 (09:12 -0600)
committerDavid Smith <dsmith@redhat.com>
Wed, 27 Jan 2016 15:12:23 +0000 (09:12 -0600)
commit5eb6ecb1602db0141a852736fc88926e93260360
tree7fdb7ca4639c4a9f8f887f8dd7fa560618993c24
parentdbb74aef0ce1d84c6a5dc4e19cc02436e7e87003
Fix PR19521 by updating messages to use the unmangled variable/function name.

* elaborate.cxx (no_var_mutation_during_iteration_check::visit_arrayindex):
  Error/warning messages now print the unmangled variable/function name.
  (semantic_pass_stats): Ditto.
  (embeddedcode_info::visit_embeddedcode): Ditto.
  (symresolution_info::collect_functions): Ditto.
  (semantic_pass_opt1): Ditto.
  (semantic_pass_opt2): Ditto.
  (dead_assignment_remover::visit_try_block): Ditto.
  (semantic_pass_opt4): Ditto.
  (duplicate_function_remover::visit_functioncall): Ditto.
  (autocast_expanding_visitor::resolve_functioncall): Ditto.
  (semantic_pass_types): Ditto.
* translate.cxx (c_tmpcounter::emit_function): Ditto.
elaborate.cxx
translate.cxx
This page took 0.02699 seconds and 5 git commands to generate.