]> granicus.if.org Git - clang/commit
Changes ParenListExpr to always require a type.
authorManuel Klimek <klimek@google.com>
Wed, 22 Jun 2011 20:02:16 +0000 (20:02 +0000)
committerManuel Klimek <klimek@google.com>
Wed, 22 Jun 2011 20:02:16 +0000 (20:02 +0000)
commit0d9106fc97cde979a995e26b18bcd2643f8afb55
tree016f76ad40c436bedd157bcad1d6b5550c835ee5
parentc09ce1224dedc470fce9747e5936ff83cc6762eb
Changes ParenListExpr to always require a type.
Removes dead code found in the process.
Adds a test to verify that ParenListExprs do not have NULL types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133637 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/AST/Expr.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaInit.cpp
test/Sema/paren-list-expr-type.cpp [new file with mode: 0644]