]> granicus.if.org Git - clang/commit
Teach GRExprEngine::VisitLValue() about FloatingLiteral, ImaginaryLiteral, and Charac...
authorTed Kremenek <kremenek@apple.com>
Thu, 29 Jul 2010 01:31:59 +0000 (01:31 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 29 Jul 2010 01:31:59 +0000 (01:31 +0000)
commit741b9be084a61b4d5eb9b626f7f75949cfda3b11
tree45fcdb57d4080e3499164c02c474864ceea4b3ae
parenta629ea42f6bc095190db2f3932b60a0be14f3d34
Teach GRExprEngine::VisitLValue() about FloatingLiteral, ImaginaryLiteral, and CharacterLiteral.  Fixes an assertion failure reported in PR 7675.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109719 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Checker/GRExprEngine.cpp
test/Analysis/misc-ps-region-store.cpp