commit | 12b36108fdbc5e5f18a235a21e3b78f97307786b | [log] [tgz] |
---|---|---|
author | Alex Ruiz <alruiz@google.com> | Sun Feb 12 15:05:52 2012 -0800 |
committer | Alex Ruiz <alruiz@google.com> | Sun Feb 12 15:05:52 2012 -0800 |
tree | 01206b332e9bacb91c94d3c4b91d37d4514fba5c | |
parent | c4b9c474e0bb33a74e8f4b6a5bcf614607ed3b53 [diff] |
In progress: [Issue 199] Add ability to navigate to proto element from generated C++ code. * Changed lookup of proto element: instead of matching qualified names with a pattern, now we walk the proto AST. * Code cleanup.