]> granicus.if.org Git - clang/commit
Make IgnoreParenLValueCasts skip __extension__ nodes like IgnoreParens().
authorJohn McCall <rjmccall@apple.com>
Sat, 4 Dec 2010 08:24:19 +0000 (08:24 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 4 Dec 2010 08:24:19 +0000 (08:24 +0000)
commit9c5d70cee1fab3f988f9cd40316071b088a3f19d
treef90a0930eb00f694f1e0b9dc57390459594b44a0
parentec276bf91627058a61adc9ba9175dd10d4c1a5aa
Make IgnoreParenLValueCasts skip __extension__ nodes like IgnoreParens().
Abramo noticed this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120898 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Expr.cpp