commit | 20c0082ee5bfeeecaa443c001a89934e9448ffa4 | [log] [tgz] |
---|---|---|
author | Wouter van Oortmerssen <wvo@google.com> | Fri Feb 12 16:20:33 2016 -0800 |
committer | Wouter van Oortmerssen <wvo@google.com> | Wed Feb 17 11:26:38 2016 -0800 |
tree | 653499bea5c87cb213bda85c545c51a4d97dd1e0 | |
parent | 472fb122736678f6ff08fe9a91a7c04f515eaef3 [diff] |
Fixed namespace code generation for C++ The code generator was assuming all declarations for the current file sit in the same namepace. Now uses the "on demand" namespace switching we had for the forward declarations. Also fixed a bug related to namespace lookup. Change-Id: Ib54a3efbc752cbb9590302fa0707c0c73448db3d Tested: on Linux.