llvm-project/clang/test/CXX/class
Shawn Zhong 82afc9b169 Fix -Wbitfield-constant-conversion on 1-bit signed bitfield
A one-bit signed bit-field can only hold the values 0 and -1; this
corrects the diagnostic behavior accordingly.

Fixes #53253
Differential Revision: https://reviews.llvm.org/D131255
2022-08-09 11:43:50 -04:00
..
class.base/class.base.init
class.bit Fix -Wbitfield-constant-conversion on 1-bit signed bitfield 2022-08-09 11:43:50 -04:00
class.compare [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
class.dtor [Concepts] Implement overload resolution for destructors (P0848) 2022-06-19 00:30:37 +03:00
class.friend re-land [C++20][Modules] Update handling of implicit inlines [P1779R3] 2022-07-21 09:17:01 +01:00
class.init/class.copy.elision [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
class.local
class.mem [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
class.mfct re-land [C++20][Modules] Update handling of implicit inlines [P1779R3] 2022-07-21 09:17:01 +01:00
class.nest
class.nested.type
class.static/class.static.data
class.union
p1-0x.cpp
p2-0x.cpp
p6-0x.cpp