Merge pull request #74147 from HarryWang05/new_feature #109
clang-tidy.yml
on: push
skip-duplicates
2s
Matrix: build
Annotations
4 errors and 6 warnings
build (src):
src/flexbuffer_json.h#L9
'flatbuffers/flexbuffers.h' file not found [clang-diagnostic-error]
|
build (src)
Process completed with exit code 1.
|
build (other):
src/flexbuffer_json.h#L9
'flatbuffers/flexbuffers.h' file not found [clang-diagnostic-error]
|
build (other)
Process completed with exit code 1.
|
build (src):
build/tools/clang-tidy-plugin/test/Output/determinism.cpp.tmp.cpp#L25
Construction of library random engine 'std::mt19937' (aka 'mersenne_twister_engine<unsigned long, 32, 624, 397, 31, 2567483615UL, 11, 4294967295UL, 7, 2636928640UL, 15, 4022730752UL, 18, 1812433253UL>'). To ensure determinism for a fixed seed, use the common tools from rng.h rather than your own random number engines. [cata-determinism]
|
build (src):
build/tools/clang-tidy-plugin/test/Output/determinism.cpp.tmp.cpp#L32
Call to library random function 'rand'. To ensure determinism for a fixed seed, use the common tools from rng.h rather than calling library random functions. [cata-determinism]
|
build (src):
build/tools/clang-tidy-plugin/test/Output/determinism.cpp.tmp.cpp#L34
Call to library random function 'rand'. To ensure determinism for a fixed seed, use the common tools from rng.h rather than calling library random functions. [cata-determinism]
|
build (other):
build/tools/clang-tidy-plugin/test/Output/determinism.cpp.tmp.cpp#L25
Construction of library random engine 'std::mt19937' (aka 'mersenne_twister_engine<unsigned long, 32, 624, 397, 31, 2567483615UL, 11, 4294967295UL, 7, 2636928640UL, 15, 4022730752UL, 18, 1812433253UL>'). To ensure determinism for a fixed seed, use the common tools from rng.h rather than your own random number engines. [cata-determinism]
|
build (other):
build/tools/clang-tidy-plugin/test/Output/determinism.cpp.tmp.cpp#L32
Call to library random function 'rand'. To ensure determinism for a fixed seed, use the common tools from rng.h rather than calling library random functions. [cata-determinism]
|
build (other):
build/tools/clang-tidy-plugin/test/Output/determinism.cpp.tmp.cpp#L34
Call to library random function 'rand'. To ensure determinism for a fixed seed, use the common tools from rng.h rather than calling library random functions. [cata-determinism]
|