]> granicus.if.org Git - clang/commit
PR36307: Consume the #pragma options align annotation token after
authorAlex Lorenz <arphaman@gmail.com>
Thu, 8 Feb 2018 21:20:43 +0000 (21:20 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Thu, 8 Feb 2018 21:20:43 +0000 (21:20 +0000)
commit16dc7230ded9a2766dfcb78574c5c51e194320a5
tree48574bb49605c55f99067d72170be6e135efaa34
parent3c9141475e09ba6a74b7d5d3ef931f08a92f3786
PR36307: Consume the #pragma options align annotation token after
semantic analysis to prevent incorrect -Wpragma-pack warning for an included
file

rdar://37354951

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@324651 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParsePragma.cpp
test/Sema/Inputs/pragma-align-no-header-change-warning.h [new file with mode: 0644]
test/Sema/pragma-align-no-header-change-warning.c [new file with mode: 0644]