]> granicus.if.org Git - clang/commit
Added back explicit state/node creation when visiting IntegerLiterals and
authorTed Kremenek <kremenek@apple.com>
Tue, 19 Feb 2008 02:01:16 +0000 (02:01 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 19 Feb 2008 02:01:16 +0000 (02:01 +0000)
commit72639102e52a49f04ff8d9d02aa84e8b2d2a2cc2
treea8370c8a7c4059f2ac0627a621c31deed2ddd344
parentde43424560f1a744de6214dab6bbee28ad8437f5
Added back explicit state/node creation when visiting IntegerLiterals and
CharacterLiterals.  This may not be a permanent solution; it doesn't cost that
much, however, to create a few additional states, and solves a whole bunch
of edge cases when handling ?, ||, and &&.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47299 91177308-0d34-0410-b5e6-96231b3b80d8
Analysis/GRExprEngine.cpp
Analysis/ValueState.cpp