-
Following the discussion in issue #31165, the language specification should no longer make it a static warning when an instance method has a name clash with a static method in a superclass. Here's the…
-
**Describe the bug**
I'm parameterizing `group()` and `test()` calls to generate different kinds of tests depending on these parameters. I'm using a variable in the descriptions of these group/test c…
-
(Background: this issue was originally a StackOverflow question, as seen at this [link](https://stackoverflow.com/questions/74427095/is-there-a-way-for-me-to-help-clang-static-analyzer-understand-glo…
-
| | |
| --- | --- |
| Bugzilla Link | [32958](https://llvm.org/bz32958) |
| Version | 3.9 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The static analyzer does…
-
### Background and motivation
Too much of unused resources can add to assembly size and can (in some cases) be a maintenance cost. This proposes an analyzer to detect unused resources.
### API U…
-
The trim analyzer recognizes and understands `&&` and `||` and will not warn for code that is guarded by a feature guard, but the trimmer and ilc don't understand it and will not eliminate the branch …
-
# Two major warning cases found on 20240106
According to CMU SEI C/C++ Coding Standards:
## [ERR33-C. Detect and handle standard library errors](https://wiki.sei.cmu.edu/confluence/display/c/ERR…
-
### Analyzer
**Diagnostic ID**: [CA1515](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
### Describe the improvement
Test projects often contain infrastru…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR23693](https://bugs.llvm.org/show_bug.cgi?id=23693) |
| Status | NEW |
| Importance | P normal |
|…
-
Please look at: https://github.com/yohang/CalendR/issues/48
@garak, is this issue resolved currently? I think we can consider using the PHPStan or other static code analyzer for PHP to check whethe…