THRIFT-2499 Compiler: allow annotations without "= value"
authorJens Geyer <jensg@apache.org>
Fri, 2 May 2014 21:50:04 +0000 (23:50 +0200)
committerJens Geyer <jensg@apache.org>
Fri, 2 May 2014 21:50:04 +0000 (23:50 +0200)
commit89847dfaa014bb17bc68ca1167d3b295c5d3a357
treee4e980de1533aa530d0b0b2131849d7baa2044aa
parente52c046cb62d1f910302148f7bc2091c014acd27
THRIFT-2499 Compiler: allow annotations without "= value"
Client: compiler general
Patch: Dave Watson

This closes #87

commit 078ce57e816eeb3697acf6f2c50e09526da73d3b
 Author: Dave Watson <davejwatson@fb.com>
 Date: 2014-03-21T19:42:31Z

[thrift] Compiler: allow annotations without "= value"

Summary: (foo) is the same as (foo = 1), for brevity

Test: AnnotationTest.thrift still compiles
compiler/cpp/src/thrifty.yy
test/AnnotationTest.thrift