Skip to content
  1. Oct 29, 2007
  2. Oct 28, 2007
  3. Oct 27, 2007
  4. Oct 26, 2007
  5. Oct 25, 2007
  6. Oct 24, 2007
  7. Oct 19, 2007
    • Ted Kremenek's avatar
      Fixed DeclStmt::child_begin() to actually create an iterator that · 04746ce6
      Ted Kremenek authored
      visits its decls, rather than just creating an "end()" iterator.
      
      Fixed child_end() for statements and expressions to use
      child_iterator() to create the end() iterator, rather than just
      returning NULL.
      
      Fixed bug in StmtIterator where we did not correctly detect if we had
      marched off the end of the ScopedDecls.
      
      llvm-svn: 43156
      04746ce6
  8. Oct 18, 2007
  9. Oct 17, 2007
  10. Oct 16, 2007
Loading