VarDecl to Parser lowering #1170
Annotations
10 errors and 4 notices
Run C++ Linters:
include/vast/Util/Terminator.hpp#L47
unknown type name 'block_t'; did you mean 'clock_t'?
|
Run C++ Linters:
include/vast/Util/Terminator.hpp#L48
member reference base type 'clock_t' (aka 'long') is not a structure or union
|
Run C++ Linters:
include/vast/Util/Terminator.hpp#L48
member reference base type 'clock_t' (aka 'long') is not a structure or union
|
Run C++ Linters:
include/vast/Util/Terminator.hpp#L51
member reference base type 'clock_t' (aka 'long') is not a structure or union
|
Run C++ Linters:
include/vast/Util/Terminator.hpp#L54
unknown type name 'block_t'; did you mean 'clock_t'?
|
Run C++ Linters:
include/vast/Util/Terminator.hpp#L58
member reference base type 'clock_t' (aka 'long') is not a structure or union
|
Run C++ Linters:
include/vast/Util/Terminator.hpp#L63
unknown type name 'operation'; did you mean 'mlir::Operation'?
|
Run C++ Linters:
include/vast/Util/Terminator.hpp#L64
member reference type 'mlir::Operation' is not a pointer; did you mean to use '.'?
|
Run C++ Linters:
include/vast/Util/Terminator.hpp#L68
use of undeclared 'operator>'
|
Run C++ Linters:
include/vast/Util/Terminator.hpp#L68
use of undeclared identifier 'operation'; did you mean 'operator'?
|
Run C++ Linters:
include/vast/Util/Terminator.hpp#L1
File include/vast/Util/Terminator.hpp does not conform to Custom style guidelines. (lines 71, 79)
|
Run C++ Linters:
lib/vast/Conversion/FromHL/EmitLazyRegions.cpp#L1
File lib/vast/Conversion/FromHL/EmitLazyRegions.cpp does not conform to Custom style guidelines. (lines 42)
|
Run C++ Linters:
lib/vast/Conversion/FromHL/ToLLCF.cpp#L1
File lib/vast/Conversion/FromHL/ToLLCF.cpp does not conform to Custom style guidelines. (lines 66)
|
Run C++ Linters:
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)
|
Loading