Skip to content
Snippets Groups Projects
  1. Apr 12, 2017
  2. Apr 11, 2017
  3. Apr 10, 2017
  4. Apr 08, 2017
  5. Apr 07, 2017
  6. Apr 06, 2017
  7. Apr 05, 2017
  8. Apr 04, 2017
  9. Apr 03, 2017
  10. Apr 02, 2017
    • steve-lunarg's avatar
      Refactor TType::contains* methods (nonfunctional) · 27309f68
      steve-lunarg authored
      There were many (~8) different places in TType which all knew how to traverse
      the struct/type hierarchy.  There's a need to add another, but I didn't
      want to duplicate the traversal code again.  This is a small refactoring
      which passes a predicate to a single traverse-and-test method.  That also
      shortens all the containsSomething() methods from 9 lines of body to 1.
      
      There are no test differences: it's nonfunctional.
      27309f68
  11. Apr 01, 2017
  12. Mar 31, 2017
Loading