Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • compiler
  • translator
  • tree_util
  • IntermNode_util.cpp
Find file
BlameHistoryPermalink
  • Olli Etuaho's avatar
    Fix constructing void array zero nodes · 5476e805
    Olli Etuaho authored Oct 05, 2018
    Correctly sized void arrays can be needed after parsing has recovered
    from an error and the code is trying to evaluate the constant value of
    a node. Since now we just have a generic EOpConstruct op instead of
    different ops for different types, we can simply remove the special
    handling for void arrays in CreateZeroNode to create the arrays in the
    correct size.
    
    BUG=chromium:890581
    TEST=angle_unittests
    
    Change-Id: I48d96c9ef1d695cd8583a845fd4bd24a7aaf535c
    Reviewed-on: https://chromium-review.googlesource.com/c/1264515Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Olli Etuaho <oetuaho@nvidia.com>
    5476e805
IntermNode_util.cpp 8.78 KB
EditWeb IDE
×

Replace IntermNode_util.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.