clang-tidy keeps giving me warnings that I should be using memset_s instead of memset. note: Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks suc...
you had to saystd::pair<int, int> p(11, 22);, despite the fact that the compiler already knows that the types of11and22areint. The workaround for this limitation was to use function template argument deduction:std::make_pair(11, 22)returnsstd::pair<int, int...
.clang-tidy .gitignore CMakeLists.txt CMakeSettings.json CONTRIBUTING.md LICENSE.TXT LLVMBuild.txt README.md ThirdPartyNotices.txt appveyor.ymlBreadcrumbs DirectXShaderCompiler /docs / HowToUseInstrMappings.rst Latest commit Cannot retrieve latest commit at this time. HistoryHistor...
Very Nice, I was considering using libclang to compute the "sizeof" of all the class/struct defined in a project. Your checks takes in account object usage which is even better. Maybe integrate your checks with clang-tidy(http://clang.llvm.org/extra/clang-tidy/index.html). This tool is...
CLion bundles a few native components built for Linux, these binaries won't work on FreeBSD. Noticeable examples are: JRE (you need to install it in order to launch CLion), fsnotifier (you will be warned on startup that file sync may be slow), ...
I have a [PR](https://github.com/llvm/llvm-project/pull/107312) open that implements option 3, but the amount of plumbing is...significant. Not only does clang-format need to plumb through ```--style-search-path``` arguments, but so do clang-tidy, clangd, clang-move...anything tha...
.clang-tidy .clang-tidy.checks .clang-tidy.settings .gitignore .licrc .pre-commit-config.yaml .travis.yml Example.md HowToSetProject-cmake.ko.md HowToSetProject-cmake.md HowToSetProject.ko.md HowToSetProject.md LICENSE README.RU.md ...
system-probe.clang-tidy Lint C code using clang-tidy system-probe.generate-cgo-types system-probe.generate-runtime-files system-probe.nettop Buildandrun the `nettop` utilityfortesting system-probe.object-files object_files builds the eBPF object files ...
.clang-tidy .gitignore .gitmodules .markdownlint.json .markdownlintignore CONTRIBUTING.md Jenkinsfile LICENSE README.md VERSION Repository files navigation README License RTI Connext Examples This repository includes: Code examples on how to use specific Connext features (underexamples/) ...
.clang-format .clang-tidy .gitignore .gitmodules BUILD.md CMakeLists.txt CONTRIBUTING.md HOWTO_android.md LICENSE.txt LICENSE_ThirdParty.txt README.md USAGE_android.md USAGE_desktop_D3D12.md USAGE_desktop_Vulkan.md project_version.h.in version.rcBreadcrumbs gfxreconstruct/...