Skip to content

Bytecode Interpreter: Migrate away from CheckEvaluationResult #152071

@tbaederr

Description

@tbaederr

We're currently still calling the CheckEvaluationResult from ExprConstant.cpp, but we already have similar checks in EvaluationResult etc. that we should use instead. This should also be more efficient since we can do the checks before creating the APValue for the returned value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    clang:bytecodeIssues for the clang bytecode constexpr interpreterclang:frontendLanguage frontend issues, e.g. anything involving "Sema"

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions