1. 26 Feb, 2018 1 commit
  2. 08 Feb, 2018 1 commit
  3. 13 Oct, 2017 1 commit
  4. 27 Jul, 2016 1 commit
  5. 02 Jul, 2015 1 commit
    • dcheng's avatar
      Fix some clang warnings with -Wmissing-braces in v8. · 76ea6ae7
      dcheng authored
      Clang warns if there are missing braces around a subobject
      initializer. The most common idiom that triggers this is:
        STRUCT s = {0};
      if the first field of STRUCT is itself a struct. This can
      be more simply written as:
        STRUCT s = {};
      which also prevents the warning from firing.
      
      BUG=chromium:505297
      LOG=n
      
      Review URL: https://codereview.chromium.org/1219233003
      
      Cr-Commit-Position: refs/heads/master@{#29437}
      76ea6ae7
  6. 30 Jan, 2015 1 commit
  7. 23 Dec, 2014 1 commit
  8. 29 Aug, 2014 1 commit
  9. 27 Aug, 2014 1 commit