]> granicus.if.org Git - clang/commit
Fix a gcc Wuninitialized false positive.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 10 Feb 2011 18:24:25 +0000 (18:24 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 10 Feb 2011 18:24:25 +0000 (18:24 +0000)
commitf2d1561d5124cabe14790091fafb68926de58df3
treef37a258a775b8ef6ab6a1d2ebdaee1dfffdc59e7
parent9c7361006b8cd95333958150dd0c803261807b68
Fix a gcc Wuninitialized false positive.

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