1. 05 Jul, 2016 1 commit
    • honggyu.kp's avatar
      Strictly disable instantiation of AllStatic class · 446232f1
      honggyu.kp authored
      Since the intention of using AllStatic class is to provide classes that
      only contain static method functions without member variables so it
      doesn't have to be instantiated at all.
      
      However, current implementation only disables dynamic instantiation, and
      it can be detected at runtime by reaching UNREACHABLE().  And it can
      still have instances allocated inside stack.
      
      This blocks all those cases by deleting default constructor of AllStatic
      class to prevent undesirable usage of it.
      
      BUG=
      R=jochen@chromium.org
      
      Review-Url: https://codereview.chromium.org/2108273003
      Cr-Commit-Position: refs/heads/master@{#37532}
      446232f1
  2. 01 Jun, 2015 1 commit
  3. 11 Feb, 2015 1 commit
  4. 06 Oct, 2014 1 commit
  5. 02 Sep, 2014 1 commit
  6. 04 Aug, 2014 1 commit
  7. 30 Jun, 2014 1 commit
  8. 03 Jun, 2014 1 commit
  9. 27 May, 2014 1 commit
  10. 26 May, 2014 2 commits
  11. 29 Apr, 2014 1 commit
  12. 10 Jan, 2014 1 commit
  13. 20 Nov, 2013 1 commit
  14. 16 Apr, 2013 1 commit
  15. 25 Jan, 2012 1 commit
  16. 29 Mar, 2011 1 commit
  17. 18 Mar, 2011 3 commits
  18. 15 Nov, 2010 1 commit
  19. 11 Nov, 2009 1 commit
  20. 25 May, 2009 1 commit
  21. 18 Mar, 2009 1 commit
  22. 09 Sep, 2008 1 commit
  23. 03 Jul, 2008 1 commit