Skip to content
#

clang

Here are 1,077 public repositories matching this topic...

Checked C is an extension to C that lets programmers write C code that is guaranteed by the compiler to be type-safe. The goal is to let people easily make their existing C code type-safe and eliminate entire classes of errors. Checked C does not address use-after-free errors. This repo has a wiki for Checked C, sample code, the specification, and test code.

  • Updated Nov 3, 2021
  • C
gamesh411
gamesh411 commented May 27, 2020

The CodeChecker cmd subcommand communicates with the server via Thrift, and on a Jenkins docker image, I have tried to use it to get run information from a local CodeChecker server. The output of the CodeChecker cmd runs command was just the help message. I have found out that using a proxy is not supported right now, and the issue was solved by disabling proxy via unsetting the environmental

ivan-tkatchev
ivan-tkatchev commented Jan 27, 2022

GCC and Clang have a -frandom-seed compiler option. The idea is to improve reproducibility by allowing the build system to specify random seeds for symbols that are randomly generated by the compiler.

ccache should ignore -frandom-seed in compiler options when looking for cache hits. Currently two compiler invocation command lines that are strictly identical except for the random seed will

feature help wanted good first issue

Improve this page

Add a description, image, and links to the clang topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the clang topic, visit your repo's landing page and select "manage topics."

Learn more