Giter Club home page Giter Club logo

Comments (2)

Colengms avatar Colengms commented on September 27, 2024

Hi @Tomblarom . The C/C++ extension provides a UI wrapper around clang-tidy. It does not provide code analysis directly. Unfortunately, implies its support may be limited to code that can be successfully processed by LLVM/clang.

You might consider following up with an issue against LLVM, requesting support for code intended for other compilers. Or we could perhaps make your issue a 'feature request' to replace use of clang-tidy with something that would also support additional compiler dialects.

from vscode-cpptools.

Tomblarom avatar Tomblarom commented on September 27, 2024

I got the hint to link the GNU toolchain. I did it by setting this in my settings.json:

"C_Cpp.codeAnalysis.clangTidy.args": ["--gcc-toolchain=\"C:\\Users\\X390\\.espressif\\tools\\riscv32-esp-elf\\esp-13.2.0_20230928\\riscv32-esp-elf\\bin\\riscv32-esp-elf-gcc.exe\""]

from vscode-cpptools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.