Skip to content

Add override option, linker pass flags only for GPU #3738

Add override option, linker pass flags only for GPU

Add override option, linker pass flags only for GPU #3738

Triggered via push November 7, 2024 04:00
Status Success
Total duration 1m 15s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings and 1 notice
cpp-linter
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cpp-linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
src/CHIPDriver.hh:235:15 [readability-identifier-naming]: src/CHIPDriver.hh#L235
invalid case style for member 'JitFlags_'
src/CHIPDriver.hh:236:15 [readability-identifier-naming]: src/CHIPDriver.hh#L236
invalid case style for member 'JitFlagsOverride_'
src/CHIPDriver.hh:257:3 [modernize-use-nodiscard]: src/CHIPDriver.hh#L257
function 'getJitFlagsOverride' should be marked [[nodiscard]]
src/CHIPDriver.hh:257:22 [modernize-use-trailing-return-type]: src/CHIPDriver.hh#L257
use a trailing return type for this function
src/CHIPDriver.hh:258:3 [modernize-use-nodiscard]: src/CHIPDriver.hh#L258
function 'hasJitOverride' should be marked [[nodiscard]]
src/CHIPDriver.hh:258:8 [modernize-use-trailing-return-type]: src/CHIPDriver.hh#L258
use a trailing return type for this function
src/CHIPDriver.hh:259:3 [modernize-use-nodiscard]: src/CHIPDriver.hh#L259
function 'getLazyJit' should be marked [[nodiscard]]
src/CHIPDriver.hh:259:8 [modernize-use-trailing-return-type]: src/CHIPDriver.hh#L259
use a trailing return type for this function
Run clang-format on src/CHIPDriver.hh: src/CHIPDriver.hh#L1
File src/CHIPDriver.hh does not conform to Custom style guidelines. (lines 294, 295)