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
  • ParseContext.cpp
Find file
BlameHistoryPermalink
  • Jiawei Shao's avatar
    Fix crash when indexing unsupported interface blocks by variable · 7e1197e0
    Jiawei Shao authored Aug 24, 2017
    This patch intends to fix a compiler crash when indexing an
    unsupported interface blocks. We should not use UNREACHABLE() here
    because the compiler will continue parsing when this kind of error
    is generated. Instead, we use an ASSERT to ensure the compile error
    must have been reported before when the parsing reaches here.
    
    BUG=chromium:758159
    
    Change-Id: I4bc63316d156d51f721123fe963106d1e81d8d32
    Reviewed-on: https://chromium-review.googlesource.com/631797Reviewed-by: 's avatarOlli Etuaho <oetuaho@nvidia.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    7e1197e0
ParseContext.cpp 200 KB
EditWeb IDE
×

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