Name info #1876
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
Annotations
6 errors and 4 warnings
Clang 16.0: C++20
Error: CMake tests failed with exit code 8
|
Clang 16.0: C++20
CMake tests failed with exit code 8
|
GCC 13.1: C++20
Error: CMake tests failed with exit code 8
|
GCC 13.1: C++20
CMake tests failed with exit code 8
|
MSVC 14.34: C++20
Error: CMake tests failed with exit code 8
|
MSVC 14.34: C++20
CMake tests failed with exit code 8
|
Build Warning - clang++-16 - [-Wpessimizing-move]:
src/lib/AST/ASTVisitor.cpp#L3842
clang++-16 - moving a temporary object prevents copy elision ([-Wpessimizing-move])
|
Build Warning - clang++-16 - [-Wunused-function]:
src/lib/AST/ASTVisitorHelpers.hpp#L144
clang++-16 - unused function 'convertToNoexceptKind' ([-Wunused-function])
|
Build Warning - g++-13 - [-Wmaybe-uninitialized]:
src/lib/AST/AnyBlock.hpp#L1171
g++-13 - ‘kind’ may be used uninitialized ([-Wmaybe-uninitialized])
|
Build Warning - g++-13 - [-Wunused-function]:
src/lib/AST/ASTVisitorHelpers.hpp#L144
g++-13 - ‘clang::mrdocs::NoexceptKind clang::mrdocs::{anonymous}::convertToNoexceptKind(clang::CanThrowResult)’ defined but not used ([-Wunused-function])
|