Skip to content

Commit

Permalink
Add t_visitor for types, implement obfuscation for Cocoa codegen. (#2)
Browse files Browse the repository at this point in the history
* Add t_visitor for types, implement obfuscation for Cocoa codegen.

* Fix unused-param warnings
  • Loading branch information
benjamin-bader authored Jul 14, 2016
1 parent dcf9bba commit b289bb8
Show file tree
Hide file tree
Showing 7 changed files with 585 additions and 88 deletions.
2 changes: 2 additions & 0 deletions compiler/cpp/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ thrift_SOURCES = src/main.cc \
src/audit/t_audit.h \
src/parse/t_doc.h \
src/parse/t_type.h \
src/parse/t_type.cc \
src/parse/t_base_type.h \
src/parse/t_enum.h \
src/parse/t_enum_value.h \
Expand All @@ -60,6 +61,7 @@ thrift_SOURCES = src/main.cc \
src/parse/t_program.h \
src/parse/t_scope.h \
src/parse/t_const.h \
src/parse/t_visitor.h \
src/parse/t_const_value.h \
src/parse/parse.cc \
src/generate/t_generator.h \
Expand Down
Loading

0 comments on commit b289bb8

Please sign in to comment.