commit | e939ce7e3b609ee53d73c2b48c5ff8f03b4579a3 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue Nov 15 16:27:11 2016 -0800 |
committer | Chih-Hung Hsieh <chh@google.com> | Tue Nov 15 21:39:15 2016 -0800 |
tree | ba17f35629b5baa18954ef04cb6c2e1399d7762a | |
parent | 6babd9ca03e1379380af0c1cfde6f6d3e92ccd29 [diff] |
Fix google-build-using-namespace warnings in driver. * Replace "using namespace ..." statements with using declarations of the required names. * Put extern "C" functions inside a namespace to save a lot of using declarations. Their linkage names are not changed but can access names in the namespace easily. Bug: 32670901 Test: build with WITH_TIDY=1 Change-Id: I7a2d45ecab47bc9064701fd288fe31f47b28fcc9