Changed c_bindings module to std::clib #1137
Annotations
3 errors and 2 warnings
src/utils/utils.h:22:6 [clang-diagnostic-error]:
src/utils/utils.h#L22
no member named 'filesystem' in namespace 'std'
|
src/SourceInfo.h:17:37 [clang-diagnostic-error]:
src/SourceInfo.h#L17
no member named 'filesystem' in namespace 'std'
|
src/lexer/tokens/token.h:2:10 [clang-diagnostic-error]:
src/lexer/tokens/token.h#L2
'constants.h' file not found
|
src/visitors/transform/utils/createModuleAliases.cc:10:19 [readability-convert-member-functions-to-static]:
src/visitors/transform/utils/createModuleAliases.cc#L10
method 'createModuleAliases' can be made static
|
cpp-linter
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|