]> granicus.if.org Git - clang/commit
avoid a crash when we encounter a implicit cast of the paren expr due to
authorChris Lattner <sabre@nondot.org>
Sun, 3 May 2009 06:50:40 +0000 (06:50 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 3 May 2009 06:50:40 +0000 (06:50 +0000)
commitc1f3b28004a032f4cd13721d4d884c6dcec29c31
tree22d26052c553ad4d2b9ac9d1981eaa3e477ec2ee
parent92511433cc78021dca5f340136be1bbd72388191
avoid a crash when we encounter a implicit cast of the paren expr due to
promotions.  This should be fixed by not modeling asm operands (which
require the ()'s according to the grammar) as not being paren exprs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70668 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaStmt.cpp