]> granicus.if.org Git - clang/commit
Extend the fix for PR9614 to handle inline asm in the outer decl and
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 19 Dec 2011 14:41:01 +0000 (14:41 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 19 Dec 2011 14:41:01 +0000 (14:41 +0000)
commitbcf6b98247bd3ac76c5edf706b1087a8d32c0320
treea4b32cdcca2ce5f479c482e1f3ea20c5675f55d6
parent0f45682b463773896c9e40ee1ed2b3e4ade1561e
Extend the fix for PR9614 to handle inline asm in the outer decl and
the inner decl being a builtin. This is needed to support the glibc headers
in fedora 16 (2.14).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146867 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
test/CodeGen/pr9614.c