]> granicus.if.org Git - clang/commit
Cast enumerators from different anonymous enums to unsigned, to appease gcc
authorMatt Beaumont-Gay <matthewbg@google.com>
Wed, 21 Dec 2011 19:36:37 +0000 (19:36 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Wed, 21 Dec 2011 19:36:37 +0000 (19:36 +0000)
commitaa5d533427d803e52ee42b250ffd6645ef5ccb0f
tree9f24d75abfd30fd7e06622aaac779a824be3eed2
parent893d414534273e153e12aef39a1ad991c6fa94c0
Cast enumerators from different anonymous enums to unsigned, to appease gcc

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147067 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp