Skip to content
  1. Feb 04, 2008
  2. Feb 03, 2008
  3. Feb 02, 2008
  4. Feb 01, 2008
    • Steve Naroff's avatar
      · 0dffa442
      Steve Naroff authored
      Rename diagnostic to reflect it's role...
      
      llvm-svn: 46650
      0dffa442
    • Steve Naroff's avatar
      · e6b7ffd0
      Steve Naroff authored
      Minor API cleanup...
      
      llvm-svn: 46649
      e6b7ffd0
    • Steve Naroff's avatar
      · d9dc63f2
      Steve Naroff authored
      Remove temporary workaround (thanks to Ted for fixing ObjCAtCatchStmt so quickly:-).
      
      llvm-svn: 46648
      d9dc63f2
    • Ted Kremenek's avatar
      For ObjCAtCatchStmt, removed field 'NextAtCatchStmt' (which referenced the next @catch) · a496584c
      Ted Kremenek authored
      and put the the next ObjcAtCatchStmt* as part of SubExprs.  This fixes a bug with
      iterating over the children of ObjcAtCatch, where the next @catch was not
      properly being iterated over as a child.
      
      Altered serialization of ObjCAtCatchStmt to reflect this new layout of
      its subexpressions, and fixed an ownership issue with the next @catch not
      being serialized as an owned pointer.
      
      llvm-svn: 46647
      a496584c
Loading