Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable clangd on HLSL sources #392

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 13, 2022

  1. Enable clangd on HLSL sources

    Clang is gaining support for HLSL. This change enables using clangd for
    the language server for vscode.
    
    I'm unsure if there is a good way to gate this support on a specific
    version of clang, but when used with clang-15 it produces an error at
    the beginning of the file noting that compilation failed. It doesn't do
    anything too terrible if clang can't handle HLSL, so it might be safe to
    enable everywhere as-is.
    llvm-beanz committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    f4bb4ba View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Add option to enable HLSL

    This adds an option to enable HLSL support and only includes hlsl as a
    clangd document type if it is enabled.
    llvm-beanz committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    6270255 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    04cd252 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    1feba07 View commit details
    Browse the repository at this point in the history