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
  • tests
  • perf_tests
  • TexSubImage.cpp
Find file
BlameHistoryPermalink
  • Nico Weber's avatar
    Make angle perftests build with clang. · 7e8320d8
    Nico Weber authored Mar 23, 2015
    ::testing::WithParamInterface ends up calling deleting an object
    with the type of the template parameter, and the pointer it deletes
    could arguably point to a subclass of the param object -- so clang
    warns that there's a delete on a class with a virtual method but
    without a virtual dtor.  Make the param classes final to let the
    compiler know that this can't happen in practice.
    
    BUG=chromium:82385
    
    Change-Id: I49a4120b15670d876613b22ba709d50bf4685006
    Reviewed-on: https://chromium-review.googlesource.com/261965Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Tested-by: 's avatarNico Weber <thakis@chromium.org>
    7e8320d8
TexSubImage.cpp 7.86 KB
EditWeb IDE
×

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