aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec/Tests/GPBObjectiveCPlusPlusTest.mm
Commit message (Collapse)AuthorAge
* Support enum forward decls in Objective C++Gravatar Thomas Van Lenten2015-10-01
NS_ENUM changes defintion in Objective C++ based on the C++ spec being compiled with, special case the one situation where it wouldn't support doing a forward decl for the enum.