This makes the local variable implies to have the correct
type to satisfy ArrayRef's constructor:
/*implicit*/ constexpr ArrayRef(const T (&Arr)[N])
Hopefully this should please GCC 5.
Differential D72924
[mlir][spirv] Add `const` qualifier for static arrays antiagainst on Jan 17 2020, 7:15 AM. Authored by
Details This makes the local variable implies to have the correct /*implicit*/ constexpr ArrayRef(const T (&Arr)[N]) Hopefully this should please GCC 5.
Diff Detail
Event TimelineComment Actions Unit tests: pass. 61955 tests passed, 0 failed and 783 were skipped. clang-tidy: unknown. clang-format: pass. Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml Comment Actions I think you can push fixes for upstream breakages, especially in the part you own, without pre-review. Comment Actions https://llvm.org/docs/DeveloperPolicy.html#code-reviews point 3
|