History log of /libCEED/.clang-tidy (Results 1 – 7 of 7)
Revision Date Author Comments
# 506c99b8 17-Jun-2025 Jed Brown <jed@jedbrown.org>

Merge pull request #1837 from CEED/jed/ci-noether-cuda-12.9

* ci: noether CUDA_DIR=/usr/local/cuda-12.9
* makefiles: update defaults from c99 to c11
* tidy: -clang-analyzer-security.insecureAPI.Depr

Merge pull request #1837 from CEED/jed/ci-noether-cuda-12.9

* ci: noether CUDA_DIR=/usr/local/cuda-12.9
* makefiles: update defaults from c99 to c11
* tidy: -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling
* ci: noether rocm-6.3

show more ...


# fe4cac90 17-Jun-2025 Jed Brown <jed@jedbrown.org>

tidy: -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling

This has warnings about strncpy (vs strncpy_s) and fprintf (vs fprintf_s).


# 63696954 21-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1528 from CEED/jeremy/more-size

Restriction CeedInt vs CeedSize


# 6cf71297 20-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

tidy - add bugprone-too-small-loop-variable


# 6efbd0f3 18-May-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1216 from CEED/jeremy/tidy-error

Error in CI on clang-tidy errors


# 99314d8a 17-May-2023 Jeremy L Thompson <jeremy@jeremylt.org>

ci - error on tidy errors


# 2b730f8b 17-Nov-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Switch to clang-format (#1051)

* style - switch to clang-format

* ci - use newer libxsmm

* action - update format action

* format - consistent use of {} for multi-line if/for

* make - re

Switch to clang-format (#1051)

* style - switch to clang-format

* ci - use newer libxsmm

* action - update format action

* format - consistent use of {} for multi-line if/for

* make - remove stray newline

* make - simpler 'make format' target

* ci - use newer libxsmm

* doc - minor release note claification

* minor - minor fix

* minor - minor fix

* minor - minor fix

* minor - minor fix

* make format

* format - less aggressive alignment rules

* tidy - check for argument name mismatches

* fix newline

* format - mirror Ratel update to .clang-format

* fix merge error

* fix merge conflict

* fix merge error

* drop style in .phony list

* Update .clang-format

Co-authored-by: Jed Brown <jed@jedbrown.org>

* apply updated format

Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...