Skip to content
  • Anders Carlsson's avatar
    Introduce a new PragmaPack attribute, and use it for #pragma pack. The... · 68e0b682
    Anders Carlsson authored
    Introduce a new PragmaPack attribute, and use it for #pragma pack. The PackedAttr now only represents __attribute__((packed)).
    
    This is necessary because #pragma pack and __attribute__((packed)) have different semantics. No functionality change yet, but this lays the groundwork for fixing a record layout bug.
    
    llvm-svn: 78483
    68e0b682
Loading