Skip to content
Snippets Groups Projects
  1. Aug 08, 2014
  2. Aug 06, 2014
  3. Jul 31, 2014
  4. Jun 23, 2014
  5. May 29, 2014
    • Eli Bendersky's avatar
      Implement a convenience recursive walk method over a cursor and its descendants. · 27fd28cb
      Eli Bendersky authored
      Before r160106 there was a way to recursively visit all descendants of a cursor
      via Cursor_visit, but it was removed. Since then, every user needs to
      reimplement the recursive descent into get_children.
      
      Adding a walk_preorder() method to Cursor that conveniently implements recursive
      walking in a Pythonic way. This also greatly simplifies get_cursor and
      get_cursors in tests/cindex/util.py (walk_preorder is now tested through these
      utility functions, since they are used in many tests).
      
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209793 91177308-0d34-0410-b5e6-96231b3b80d8
      27fd28cb
  6. May 28, 2014
  7. May 21, 2014
  8. May 20, 2014
  9. May 05, 2014
  10. May 01, 2014
  11. Apr 30, 2014
  12. Apr 27, 2014
  13. Apr 25, 2014
  14. Apr 22, 2014
  15. Apr 20, 2014
  16. Mar 14, 2014
  17. Feb 20, 2014
  18. Dec 20, 2013
  19. Dec 05, 2013
  20. Nov 12, 2013
  21. Oct 31, 2013
  22. Oct 11, 2013
  23. Oct 07, 2013
  24. Oct 03, 2013
  25. Sep 25, 2013
  26. Sep 16, 2013
  27. Jul 23, 2013
  28. Jun 24, 2013
  29. Jun 11, 2013
  30. May 17, 2013
  31. Apr 21, 2013
  32. Apr 11, 2013
  33. Mar 19, 2013
  34. Feb 26, 2013
  35. Feb 01, 2013
Loading