[LLVMbugs] [Bug 14634] static analyzer + wine = 'Assertion `T->isIntegerType() || Loc::isLocType(T)' failed' (2/3)
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Tue Sep 17 15:58:17 PDT 2013
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=14634
hiraditya <hiraditya at msn.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED
--- Comment #6 from hiraditya <hiraditya at msn.com> ---
What I could understand was:
The problem is somewhere here...
BasicValueFactory.cpp:102
const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) {
  return getValue(getAPSIntType(T).getValue(X));
}
The function getAPSIntType(T) only takes Int/Enum. And hence the assertion.
-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130917/4a692be4/attachment.html>
    
    
More information about the llvm-bugs
mailing list