Prefix Template Arg Names with Multiclass Name
authorDavid Greene <greened@obbligato.org>
Wed, 5 Oct 2011 22:42:54 +0000 (22:42 +0000)
committerDavid Greene <greened@obbligato.org>
Wed, 5 Oct 2011 22:42:54 +0000 (22:42 +0000)
commitcaa25c81cd12f8a25b6cb7a3cba865a0dbcd4eaf
treeb75f11b2229d09bd951c563981441251aae2fdb8
parent6494af4d7797ef2240e628a0fd045231afafaeeb
Prefix Template Arg Names with Multiclass Name

For consistency, prefix multiclass template arg names with the
multiclass name followed by "::" to avoid name clashes among
multiclass arguments and other entities in the multiclass.

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