-
@betoesquivel wrote:
Other than that, I am only having an issue with building a named analyzer. I am trying to build a typeahead/autocomplete for a list of Categories with a name and a code.
I am f…
-
Unix API Undefined allocation of 0 bytes (CERT MEM04-C; CWE-131) btrfs/utils.c zero_blocks line 577
-
| | |
| --- | --- |
| Bugzilla Link | [13388](https://llvm.org/bz13388) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Project Static Analyzer …
-
The static analyzer is currently unaware of types defined in the standard library with a valid and specified state after calling move, resulting in false positives.
In this example:
```cpp
#inclu…
-
I have written a CustomAnalyzer to my play application. It locates in my application utils package .
package utils;
public class CustomAnalyzer extends Analyzer {
}
Then i configure my application.c…
-
Like to review and refactor issue context. Not sure if we are using additional location and flow always in the right way.
**Manual of SQ is saying:**
https://docs.sonarqube.org/latest/user-guide/i…
-
https://github.com/cms-sw/cmssw/pull/40754#issuecomment-1429780182 demonstrates a case where a the static analyzer's `TFileService` checker flags a `TFileService` member function call in a function th…
-
There are quite a few additional things we could capture in the files used by the public API analyzer. For example, changing any of these would be an API "break" that the analyzer currently doesn't ca…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR31791](https://bugs.llvm.org/show_bug.cgi?id=31791) |
| Status | NEW |
| Importance | P normal |
|…
-
Only some operations are actually unsafe inside an unsafe block (calls to unsafe fn's, raw pointer dereference). It would be cool to highlight such operations!
See https://github.com/rust-analyzer/…