Mask function calls from influencing probe_read
authorBrenden Blanco <bblanco@plumgrid.com>
Tue, 29 Sep 2015 20:44:19 +0000 (13:44 -0700)
committerBrenden Blanco <bblanco@plumgrid.com>
Tue, 29 Sep 2015 20:44:19 +0000 (13:44 -0700)
commit74adb7349802e535f1f05b2d311e13df0a3cd9bc
tree97907340f272b3073082ce325bff8e1ebc1cfa81
parent4d97f7fa38bec24dc44dd434d139a2826b7dffd1
Mask function calls from influencing probe_read

Calls to functions were propagating the needs_probe state, causing map
values to require a probe_read improperly. Although there may be a use
case for this, generally it will not be needed and should be solved
differently.

Fixes: #256
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
src/cc/frontends/clang/b_frontend_action.cc
tests/cc/test_clang.py