clang plugin

  1. T

    CAN'T INSTALL CLANG14

    hello on my server clang 11.0.1 version is installed but my project is compiled with clang14, when I write the command " pkg install clang14 " I get an error like clang14 not found. please help me solve this problem, thank you.
  2. F

    Solved Clang plugin, CMake and _types.h error

    Good afternoon folks! I am trying to compile this c source file while performing some CLANG frontend action with a CLANG plugin. My source code (test.c) includes a header file (section_insertion.h). This header file includes stdio.h because I use some size_t variables inside some structs...
Back
Top