liblld-13
LLVM-based linker, library
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
clang-13
C, C++ and Objective-C compiler
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
soapyosmo-common0.8
Use gr-osmosdr drivers with SoapySDR (common files)
The SoapyOsmo project provides SoapySDR hardware support modules using
drivers in gr-osmosdr. Using this, any program using SoapySDR to
interface to software defined radio hardware can make use of OsmoSDR,
Mirics SDR, and RFSpace SDR devices.
clangd-13
Language server that provides IDE-like features to editors
clangd understands your C++ code and adds smart features to your editor:
- code completion
- compile errors
- go-to-definition
- and more.
clang-13-examples
Clang examples
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
clang-tidy-13
clang-based C++ linter tool
Provide an extensible framework for diagnosing and fixing typical programming
errors, like style violations, interface misuse, or bugs that can be deduced
via static analysis. clang-tidy is modular and provides a convenient interface
for writing new checks.