]> granicus.if.org Git - clang/commit
[NFC] Initialize a variable to make buildbot green.
authorDenis Zobnin <d.zobnin.bugzilla@gmail.com>
Fri, 29 Apr 2016 22:50:16 +0000 (22:50 +0000)
committerDenis Zobnin <d.zobnin.bugzilla@gmail.com>
Fri, 29 Apr 2016 22:50:16 +0000 (22:50 +0000)
commit12b29f310bd7d85901a01e7bfc0a0862bd2f2d2e
treebb4c63a4ef5d093e6ea27b6ebdc68e6c0d0796c2
parent6432c7396012ab86b293a6810d9a79f3b76b7da5
[NFC] Initialize a variable to make buildbot green.

In r268085 "[MS] Make #pragma pack use PragmaStack<> class." there was an
uninitialized variable 'Alignment', which caused the following failure:
  http://lab.llvm.org:8011/builders/sanitizer-ppc64be-linux/builds/1758
Zero-initialize the variable to fix this failure.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@268129 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaAttr.cpp