summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
diff options
context:
space:
mode:
authorBen Craig <ben.craig@ni.com>2017-07-12 01:45:13 +0000
committerBen Craig <ben.craig@ni.com>2017-07-12 01:45:13 +0000
commit7e17e52b879fc54a407aadeec17575a7d9f5546b (patch)
treee883a22350bfa0a5c04a043e8cd9be0a37878178 /llvm/lib/Support
parent106179a2577fff66ecc163fbe0684475b5370acb (diff)
downloadbcm5719-llvm-7e17e52b879fc54a407aadeec17575a7d9f5546b.tar.gz
bcm5719-llvm-7e17e52b879fc54a407aadeec17575a7d9f5546b.zip
Fix unrepresentable enum for clang-cl unstable ABI
When using LIBCXX_ABI_UNSTABLE=YES, clang-cl gave the following warning: P:\llvm_master\src\llvm\projects\libcxx\include\string(683,51): warning: enumerator value is not representable in the underlying type 'int' [-Wmicrosoft-enum-value] Fixed by switching from enums to static const size_type. https://reviews.llvm.org/D35174 llvm-svn: 307751
Diffstat (limited to 'llvm/lib/Support')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud