]> granicus.if.org Git - clang/commit
Don't emit a warning about a dllimport attribute being used in a typedef
authorTed Kremenek <kremenek@apple.com>
Sun, 21 Feb 2010 05:12:56 +0000 (05:12 +0000)
committerTed Kremenek <kremenek@apple.com>
Sun, 21 Feb 2010 05:12:56 +0000 (05:12 +0000)
commit240670c8f88a0062a76c2f15431341dd0406692f
treeea0cb1bf062e2b91b1d97b8c6622908f2dd04873
parent12911a85b2e4c60822281675be133081109dcd32
Don't emit a warning about a dllimport attribute being used in a typedef
when -fms-extensions is specified.  Fixes <rdar://problem/7653870>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96722 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/TargetAttributesSema.cpp
test/Rewriter/dllimport-typedef.c [new file with mode: 0644]