]> granicus.if.org Git - clang/commit
Add Parser support for #pragma pack
authorDaniel Dunbar <daniel@zuster.org>
Sat, 4 Oct 2008 19:21:03 +0000 (19:21 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 4 Oct 2008 19:21:03 +0000 (19:21 +0000)
commitfcdd8fe26de3eee44927600bf1853e21bd90dd84
treea8219fdefd72e2998c0940cf0a73e17fb10ec839
parent4095080aff204008eefb26b100906c6ca2bc4bb6
Add Parser support for #pragma pack
 - Uses Action::ActOnPragmaPack
 - Test case is XFAIL pending verifier fixes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57066 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticKinds.def
include/clang/Parse/Action.h
include/clang/Parse/Parser.h
lib/Parse/ParsePragma.cpp [new file with mode: 0644]
lib/Parse/ParsePragma.h [new file with mode: 0644]
lib/Parse/Parser.cpp
test/Parser/pragma-pack.c [new file with mode: 0644]