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
  • RewriteElseBlocks.cpp
Find file
BlameHistoryPermalink
  • Olli Etuaho's avatar
    Fix RewriteElseBlocks using a non-prefixed struct name · 9f01a0d4
    Olli Etuaho authored Jun 12, 2017
    RewriteElseBlocks used to have an issue where it could add an
    unprefixed struct name to the AST in a TIntermRaw node, as opposed to
    the prefixed name that the struct would be defined with. Use a proper
    return statement node instead of a raw node to fix this issue and make
    the code more robust.
    
    BUG=angleproject:2061
    TEST=angle_unittests
    
    Change-Id: I3993b5093646983f038268f3a5ffe26ccdae66e8
    Reviewed-on: https://chromium-review.googlesource.com/530785Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Olli Etuaho <oetuaho@nvidia.com>
    9f01a0d4
RewriteElseBlocks.cpp 3.72 KB
EditWeb IDE
×

Replace RewriteElseBlocks.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.