]> granicus.if.org Git - clang/commit
Removed hack with toggling the signedness flag of the APSInt stored
authorTed Kremenek <kremenek@apple.com>
Tue, 26 Feb 2008 21:04:29 +0000 (21:04 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 26 Feb 2008 21:04:29 +0000 (21:04 +0000)
commitebd6610f9b92342b79401cab324bb8c28b0dfa69
treec380b9ceab755d34c8ed392cc88cd6e6ccd0bd12
parent58b3321009b3f750fb4587b12c2024bb77e6ebf0
Removed hack with toggling the signedness flag of the APSInt stored
in an EnumConstantDecl.  This was made possible because of a recent fix
in the parser:

http://llvm.org/viewvc/llvm-project?rev=47581&view=rev

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