]> granicus.if.org Git - clang/commit
Change DefaultFunctionArrayConversions and UsualUnaryConversions to return void....
authorSteve Naroff <snaroff@apple.com>
Mon, 16 Jul 2007 21:54:35 +0000 (21:54 +0000)
committerSteve Naroff <snaroff@apple.com>
Mon, 16 Jul 2007 21:54:35 +0000 (21:54 +0000)
commitc80b4eefa221f10871e7fed0ab9dc7d9d3d07dd0
tree29592aa804e14d0fdeaafed3aa390fc0c4fd8f3e
parent26824906e5c1562485699e1d12bd2840fc94825f
Change DefaultFunctionArrayConversions and UsualUnaryConversions to return void. The caller
needs to query the expression for the type. Since both these functions guarantee the expression
contains a valid type, removed old/vacuous asserts (from code calling both of these routines).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39930 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/Sema.h
Sema/SemaExpr.cpp
Sema/SemaStmt.cpp
clang.xcodeproj/project.pbxproj