diff options
author | Faisal Vali <faisalv@yahoo.com> | 2018-01-01 15:42:13 +0000 |
---|---|---|
committer | Faisal Vali <faisalv@yahoo.com> | 2018-01-01 15:42:13 +0000 |
commit | 9d3d610d0582353d28b16c1d3acbd20773a93ab7 (patch) | |
tree | b4fc18c9d9401b9247eb41dc5c73d1bf0ff75052 /test/CodeGenObjC/objc2-strong-cast.m | |
parent | 5f7f2c06ee10be2b2b9f53d61d12d06fb7be3ff6 (diff) | |
download | clang-9d3d610d0582353d28b16c1d3acbd20773a93ab7.tar.gz |
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierType into scoped enums with underlying types.
- Since these enums are used as bit-fields - for the bit-fields to be interpreted as unsigned, the underlying type must be specified as unsigned.
Previous failed attempt - wherein I did not specify an underlying type - was the sum of:
https://reviews.llvm.org/rC321614
https://reviews.llvm.org/rC321615
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@321622 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjC/objc2-strong-cast.m')
0 files changed, 0 insertions, 0 deletions