OSDN Git Service

Don't Parse Object Body as a Name
authorDavid Greene <greened@obbligato.org>
Wed, 19 Oct 2011 13:04:26 +0000 (13:04 +0000)
committerDavid Greene <greened@obbligato.org>
Wed, 19 Oct 2011 13:04:26 +0000 (13:04 +0000)
commit8592b2b2a3dde4e5c8f00e855497f760ae94272f
tree3e40de32c1b09cc4fd366ca12ebecf49924a7fd2
parentbbec279d8eb0d7e27c2bf6e4da4f44286451d142
Don't Parse Object Body as a Name

Stop parsing a value if we are in name parsing mode and we see a left
brace.  A left brace indicates the start of an object body when we are
parsing a name.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142521 91177308-0d34-0410-b5e6-96231b3b80d8
lib/TableGen/TGParser.cpp