]> granicus.if.org Git - clang/commit
The attached patch is a follow up from my previous one. The existing
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 18 Nov 2013 22:40:04 +0000 (22:40 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 18 Nov 2013 22:40:04 +0000 (22:40 +0000)
commitf4966557bedd375dbf0909c8d94e092ddf0dc8de
tree86db926fbadcf9e6c3b8b997317ed21f553439c5
parentfbe88516ec02333645968dccbd578171569d1a2d
The attached patch is a follow up from my previous one. The existing
logic was not handling typedefs as free functions. This was not
causing problems with the existing tests, but does with the microsoft
abi where they have to get a different calling convention.

I will try to refactor this into a method on Declarator in a second.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195050 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaType.cpp
test/SemaCXX/decl-microsoft-call-conv.cpp