| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Detected by clang 20
```cpp
struct TFoo {
const int X[10];
};
void Foo() {
TArrayRef<const int> a{TFoo{}.X}; // error
}
```
commit_hash:299f849c2d3cc640866eee3ff82be37f624ac70d
|
| |
|
|
| |
commit_hash:4417c6200b3fc4e3e6e61648412d263366935fdf
|
| |
|
|
| |
commit_hash:61b2ca8fab66696aade476173e07001d1b886b5e
|
| |
|
|
|
|
| |
for elements is noexcept.
commit_hash:2457980ced7a2f91cefec1ea20ff13bfb5c7c2cf
|
| |
|
|
| |
commit_hash:b46dfbc7a684061be1b6e3eca5d7e312ff3e71f4
|
| |
|
|
| |
9124a77116ef1ec2f8c14a3684fea08b4253601c
|
| |
|
|
| |
different size should not be accepted even if they are convertible to TArrayRef value type.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Commit 2 of 2.
|
| |
|
|
| |
Commit 1 of 2.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Commit 2 of 2.
|
| |
|
|
| |
Commit 1 of 2.
|
| |
|
|
| |
Commit 2 of 2.
|
| |
|
|
| |
Commit 1 of 2.
|
| | |
|
| | |
|
|
|
ref:cde9a383711a11544ce7e107a78147fb96cc4029
|