Tom Stellard
Tom Stellard's contributions
Article
Get started with clang-tidy in Red Hat Enterprise Linux
Tom Stellard
Get a quick introduction to C and C++ code analysis with clang-tidy, including checking for rule violations and integrating clang-tidy with a build system.
Article
Support lifecycle for Clang/LLVM, Go, and Rust in Red Hat Enterprise Linux 8
Tom Stellard
Red Hat Enterprise Linux 8.1.0 includes updates to llvm-toolset, go-toolset, and rust-toolset application streams, which will be supported for the entire life of RHEL 8.
Article
Introduction to using libFuzzer with llvm-toolset
Tom Stellard
This article shows how to use the libFuzzer library with your applications so you can test how your applications handle arbitrary inputs from users.
Article
Getting started with llvm-toolset
Tom Stellard
llvm-toolset is a new software collection that packages together a number of the tools distributed by the LLVM project, including: LLVM tools and libraries, clang, clang-tools-extra, and lldb. Installing llvm-toolset For updated installation instructions, see How to install Clang/LLVM 6 on Red Hat Enterprise Linux. Clang/LLVM 5.x is packaged in as llvm-toolset-7, which is available in the rhel-7-server-devtools-rpms repo for RHEL 7. (If you don’t already have RHEL 7, Red Hat offers no-cost RHEL subscriptions for development use here.) You...

Article
Get started with clang-tidy in Red Hat Enterprise Linux
Tom Stellard
Get a quick introduction to C and C++ code analysis with clang-tidy, including checking for rule violations and integrating clang-tidy with a build system.

Article
Support lifecycle for Clang/LLVM, Go, and Rust in Red Hat Enterprise Linux 8
Tom Stellard
Red Hat Enterprise Linux 8.1.0 includes updates to llvm-toolset, go-toolset, and rust-toolset application streams, which will be supported for the entire life of RHEL 8.

Article
Introduction to using libFuzzer with llvm-toolset
Tom Stellard
This article shows how to use the libFuzzer library with your applications so you can test how your applications handle arbitrary inputs from users.

Article
Getting started with llvm-toolset
Tom Stellard
llvm-toolset is a new software collection that packages together a number of the tools distributed by the LLVM project, including: LLVM tools and libraries, clang, clang-tools-extra, and lldb. Installing llvm-toolset For updated installation instructions, see How to install Clang/LLVM 6 on Red Hat Enterprise Linux. Clang/LLVM 5.x is packaged in as llvm-toolset-7, which is available in the rhel-7-server-devtools-rpms repo for RHEL 7. (If you don’t already have RHEL 7, Red Hat offers no-cost RHEL subscriptions for development use here.) You...