1. 11 Dec, 2017 1 commit
  2. 09 Dec, 2017 1 commit
  3. 07 Dec, 2017 2 commits
  4. 06 Dec, 2017 4 commits
  5. 05 Dec, 2017 6 commits
  6. 04 Dec, 2017 5 commits
  7. 02 Dec, 2017 1 commit
    • Simplify parsing struct field declarators · d5f44c98
      Olli Etuaho authored
      This removes the dummy type that was attached to struct declarators
      while parsing. This makes TParseContext::addStructDeclaratorList in
      particular simpler to understand.
      
      The new TDeclarator data type is the parsed representation of the
      struct_declarator grammar rule. It is completely immutable. The name
      and location stored in TField can also be qualified as constant now.
      
      BUG=angleproject:2267
      TEST=angle_unittests
      
      Change-Id: I2834f87fc0eee0bdb7673ef495a55fb463023c55
      Reviewed-on: https://chromium-review.googlesource.com/797033
      Commit-Queue: Olli Etuaho <oetuaho@nvidia.com>
      Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
  8. 01 Dec, 2017 8 commits
  9. 30 Nov, 2017 5 commits
  10. 29 Nov, 2017 7 commits