billvaglienti / ProtoGen

Communications protocol generation software
MIT License
30 stars 16 forks source link

Check field names against C keywords #24

Closed billvaglienti closed 8 years ago

billvaglienti commented 8 years ago

Protogen should issue a warning if the name of field matches a C or C++ keyword (for example, volatile); since that will likely be a compile error.

billvaglienti commented 8 years ago

Done