Skip to content

VarDecl to Parser lowering #1170

VarDecl to Parser lowering

VarDecl to Parser lowering #1170

Triggered via pull request January 14, 2025 08:51
Status Success
Total duration 4m 0s
Artifacts

linter.yml

on: pull_request
Matrix: cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 notices
include/vast/Util/Terminator.hpp:47:29 [clang-diagnostic-error]: include/vast/Util/Terminator.hpp#L47
unknown type name 'block_t'; did you mean 'clock_t'?
include/vast/Util/Terminator.hpp:48:40 [clang-diagnostic-error]: include/vast/Util/Terminator.hpp#L48
member reference base type 'clock_t' (aka 'long') is not a structure or union
include/vast/Util/Terminator.hpp:48:55 [clang-diagnostic-error]: include/vast/Util/Terminator.hpp#L48
member reference base type 'clock_t' (aka 'long') is not a structure or union
include/vast/Util/Terminator.hpp:51:41 [clang-diagnostic-error]: include/vast/Util/Terminator.hpp#L51
member reference base type 'clock_t' (aka 'long') is not a structure or union
include/vast/Util/Terminator.hpp:54:31 [clang-diagnostic-error]: include/vast/Util/Terminator.hpp#L54
unknown type name 'block_t'; did you mean 'clock_t'?
include/vast/Util/Terminator.hpp:58:38 [clang-diagnostic-error]: include/vast/Util/Terminator.hpp#L58
member reference base type 'clock_t' (aka 'long') is not a structure or union
include/vast/Util/Terminator.hpp:63:38 [clang-diagnostic-error]: include/vast/Util/Terminator.hpp#L63
unknown type name 'operation'; did you mean 'mlir::Operation'?
include/vast/Util/Terminator.hpp:64:18 [clang-diagnostic-error]: include/vast/Util/Terminator.hpp#L64
member reference type 'mlir::Operation' is not a pointer; did you mean to use '.'?
include/vast/Util/Terminator.hpp:68:26 [clang-diagnostic-error]: include/vast/Util/Terminator.hpp#L68
use of undeclared identifier 'operation'; did you mean 'operator'?
Run clang-format on include/vast/Util/Terminator.hpp: include/vast/Util/Terminator.hpp#L1
File include/vast/Util/Terminator.hpp does not conform to Custom style guidelines. (lines 71, 79)
Run clang-format on lib/vast/Conversion/FromHL/EmitLazyRegions.cpp: lib/vast/Conversion/FromHL/EmitLazyRegions.cpp#L1
File lib/vast/Conversion/FromHL/EmitLazyRegions.cpp does not conform to Custom style guidelines. (lines 42)
Run clang-format on lib/vast/Conversion/FromHL/ToLLCF.cpp: lib/vast/Conversion/FromHL/ToLLCF.cpp#L1
File lib/vast/Conversion/FromHL/ToLLCF.cpp does not conform to Custom style guidelines. (lines 66)
Run clang-format on lib/vast/Conversion/Parser/ToParser.cpp: lib/vast/Conversion/Parser/ToParser.cpp#L1
File lib/vast/Conversion/Parser/ToParser.cpp does not conform to Custom style guidelines. (lines 497, 529, 542, 545, 546, 547, 575, 579, 580, 583, 587)