Fix build error in 371875
authorErich Keane <erich.keane@intel.com>
Fri, 13 Sep 2019 17:56:38 +0000 (17:56 +0000)
committerErich Keane <erich.keane@intel.com>
Fri, 13 Sep 2019 17:56:38 +0000 (17:56 +0000)
commitf9cd381fdfe582734c4533882a8cdde4a880c780
tree451528295b70290526e33e6f2a5ae58b2e477b86
parent6a24e8068052cd6b48295959ec4c44eb2ef819c5
Fix build error in 371875

Apparently Clang complains about the name hiding here in a way that my
GCC build does not, so a shocking number of buildbots decided to tell me
about it.  Change the name of the variable to prevent the name hiding
and hope we don't have to fix this again.

llvm-svn: 371876
clang/utils/TableGen/ClangAttrEmitter.cpp