Skip to content
Commit 68e0b682 authored by Anders Carlsson's avatar Anders Carlsson
Browse files

Introduce a new PragmaPack attribute, and use it for #pragma pack. The...

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
parent 31cceaeb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment