Skip to content

[HLSL][clang-format] Disable CXXOperatorNames in HLSL mode #127851

Open
@bogner

Description

@bogner

HLSL does not treat alternative operators as keywords (and, or, etc) - see #126758. We'll need to make sure we treat them as regular identifiers when formatting.

note: blocked on #126257

Activity

llvmbot

llvmbot commented on Feb 19, 2025

@llvmbot
Member

@llvm/issue-subscribers-clang-format

Author: Justin Bogner (bogner)

HLSL does not treat alternative operators as keywords (`and`, `or`, etc) - see #126758. We'll need to make sure we treat them as regular identifiers when formatting.

note: blocked on #126257

moved this to Planning in HLSL Supporton Feb 19, 2025
moved this from Planning to Ready in HLSL Supporton Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Ready

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @bogner@llvmbot

        Issue actions

          [HLSL][clang-format] Disable CXXOperatorNames in HLSL mode · Issue #127851 · llvm/llvm-project