-
Should we consider pushing FFIgen more actively?
FFIgen completely removes the need to write bindings by hand. This makes it much easier for users to (1) satisfy all the custom static checks, and (…
-
https://psalm.dev/r/bf49f34907
A real-world example, quite easy, but it's a hard one for a static analyzer.
I'd be nice to see `int` there someday :)
-
The reduced code example:
```C++
// clang-19 --analyze -Xclang -analyzer-config -Xclang aggressive-binary-operation-simplification=true -Xclang -analyzer-checker=alpha.cplusplus.InvalidatedIterator …
-
Run static analyzers on the corresponding code:
- flake8
- pylint
- vint
And then reformat the code with autopep8.
-
In Snippet:
```php
-
```dart
typedef A = T;
extension type EIAliasInt(int _) implements A {}
```
Both CFE and analyzer rejects this extension type, saying that you can't implement an alias that expands to a type varia…
-
Check and apply PHPSA, if possible (Need to look if it would be beneficial)
Details: https://www.sitepoint.com/static-analysis-with-phpsa-php-smart-analyzer/
-
| | |
| --- | --- |
| Bugzilla Link | [31791](https://llvm.org/bz31791) |
| Version | 5.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @johannkoenig |
## Extended Description
R…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR18701](https://bugs.llvm.org/show_bug.cgi?id=18701) |
| Status | NEW |
| Importance | P normal |
|…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR12685](https://bugs.llvm.org/show_bug.cgi?id=12685) |
| Status | NEW |
| Importance | P normal |
|…