summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/bitfield-layout.cpp
AgeCommit message (Expand)Author
2023-06-29[test] Replace aarch64-*-eabi with aarch64Michael Platings
2022-08-09Fix -Wbitfield-constant-conversion on 1-bit signed bitfieldShawn Zhong
2021-03-17Revert "[CodeGenModule] Set dso_local for Mach-O GlobalValue"Alex Lorenz
2021-01-28[Clang][Codegen] Truncate initializers of union bitfield membersTomas Matheson
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2020-11-11[CodeGenCXX] Remove unused check prefixesSimon Pilgrim
2020-04-02[Clang][CodeGen] Fixing mismatch between memory layout and const expressions ...Lucas Prates
2014-02-21Complete Rewrite of CGRecordLayoutBuilderWarren Hunt
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover
2010-04-17Simplify wide bit-field layout in CGRecordLayoutBuilder, and also fix a bug w...Anders Carlsson
2010-04-17Unnamed bit-fields in a union should be laid out with a type that doesn't aff...Anders Carlsson
2010-04-17If a wide bit-field is inside a union its offset should always be 0.Anders Carlsson