]> granicus.if.org Git - clang/commit
Revert "[Sema] Make FunctionType's TSI use unadjusted argument types"
authorReid Kleckner <reid@kleckner.net>
Sat, 8 Jun 2013 18:19:52 +0000 (18:19 +0000)
committerReid Kleckner <reid@kleckner.net>
Sat, 8 Jun 2013 18:19:52 +0000 (18:19 +0000)
commitc910d4cfa5042f2c9da1eb4e0b6ed59240c0eeee
tree355b8608411f67848aebf96ce08b97dfc023bc44
parent63c9a92a805394c1ca9e4a5fd8afb3acbb918d03
Revert "[Sema] Make FunctionType's TSI use unadjusted argument types"

This reverts commit r183614.

It broke test/Sema/block-printf-attribute-1.c on non-Windows platforms,
and the fix is not trivial.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183616 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
lib/AST/ASTContext.cpp
lib/AST/Type.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaType.cpp
test/Index/print-type.c
test/Index/print-type.cpp
test/Sema/function-redecl.c