]> granicus.if.org Git - clang/commit
Create calling convention AttributedType sugar nodes
authorReid Kleckner <reid@kleckner.net>
Fri, 19 Jul 2013 19:51:03 +0000 (19:51 +0000)
committerReid Kleckner <reid@kleckner.net>
Fri, 19 Jul 2013 19:51:03 +0000 (19:51 +0000)
commit5b92696c8f1f8ef943ad87397b95c031b5787305
tree7efb5ac27a70d3fd82ccd88d8d1a736343a61865
parent10ec0e4935e5d2efab4ee2731ccb350330dc5b34
Create calling convention AttributedType sugar nodes

Canonical types are unchanged.  The type printer had to be changed to
avoid printing any non-default implicit calling convention as well as
the calling convention attribute.

Reviewers: rjmccall

Differential Revision: http://llvm-reviews.chandlerc.com/D1132

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186714 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
lib/AST/Type.cpp
lib/AST/TypePrinter.cpp
lib/Sema/SemaType.cpp
test/SemaTemplate/instantiate-function-params.cpp