Tool
Clang is a C language family compiler front end and tooling infrastructure for LLVM, supporting C, C++, Objective-C, OpenCL, and CUDA. It provides GCC-compatible and MSVC-compatible compiler drivers, along with libraries for clients such as refactoring, static analysis, code generation, and IDE integration. In the yk build process described by the video, Clang compiles the C interpreter with yk-specific flags. The project is distributed under the Apache 2 license.
1 use taken from transcripts — each links to the moment in the video.
Compiler front end used by the YK build process to compile the C interpreter with YK-specific flags.
1 in the library.