This patch renames PackStack and related variable names to also contain align across Clang. As it is right now, Clang already uses one stack to record the information from both #pragma align and #pragma pack. Leaving it as PackStack is confusing, and could cause people to ignore #pragma align when developing code that interacts with PackStack.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Remove extra space; add missing "the".