commit | 15e26fbc17fa92176c3b2a0f1ddd8df5cf603153 | [log] [tgz] |
---|---|---|
author | foremans <foremans@google.com> | Thu May 30 10:42:04 2013 -0700 |
committer | foremans <foremans@google.com> | Thu May 30 10:42:04 2013 -0700 |
tree | 7dbac388ffcddb9aece0e92b06b8ac1e9c2eaec8 | |
parent | ea76be04f021921a4f44a3d0fdc02f22dd495f26 [diff] |
Fixed parsing of negative hex literals using X instead of x The parser will no longer complain about using keywords (e.g. max) as field names. Using keywords as names is still discouraged. Added enum field option "deprecated"