Skip to content
  1. Jan 25, 2008
    • Ted Kremenek's avatar
      Some minor restructuring around LValue and RValue types. The value "kind" · 8a025806
      Ted Kremenek authored
      information is not separated into a "base" and "sub" type. Eventually the
      value-tracking logic will know about LValues and RValues, but not about
      specialized LValues and RValues; separating the "kind" information into bits
      indicating whether an ExprValue is an LValue or an RValue from the bits that
      specify the actual value type makes this separation easier.
      
      llvm-svn: 46329
      8a025806
  2. Jan 24, 2008
  3. Jan 23, 2008
  4. Jan 22, 2008
  5. Jan 21, 2008
  6. Jan 20, 2008
  7. Jan 19, 2008
    • Fariborz Jahanian's avatar
      Fixed comment. · 137d693e
      Fariborz Jahanian authored
      llvm-svn: 46185
      137d693e
    • Steve Naroff's avatar
      · c7d2df23
      Steve Naroff authored
      Fix two bugs with an @throw that doesn't have a statement.
      - ObjCAtThrowStmt::getSourceRange() needs to check if it has a statement (and not go "boom":-)
      - RewriteTest::RewriteObjCThrowStmt() needs to generate refer to the current exception. 
      
      llvm-svn: 46184
      c7d2df23
    • Fariborz Jahanian's avatar
      Patch to replace #import with #include. · 80258365
      Fariborz Jahanian authored
      llvm-svn: 46183
      80258365
Loading