-
The reduced code example:
```C++
// clang-19 --analyze -Xclang -analyzer-config -Xclang aggressive-binary-operation-simplification=true -Xclang -analyzer-checker=alpha.cplusplus.InvalidatedIterator …
-
**Description**
Clang thread crashes while loading C++ headers including `std::optional` in a little bit complex structure.
**Steps to reproduce**
Here is a minimum reproducible project. The …
-
Consider this C++ code:
```cpp
struct SomeStruct {
SomeStruct() noexcept;
};
//SomeStruct::SomeStruct() noexcept {}
class SomeClass {
const bool b;
const SomeStruct s;
public:
…
-
**Describe the proposed feature**
We use jsoncons in one of our project, for which we run clang static analysis on every build. Unfortunately, jsoncons has had a history of triggering false positives…
-
| | |
| --- | --- |
| Bugzilla Link | [46308](https://llvm.org/bz46308) |
| Version | trunk |
| OS | Linux |
| CC | @zygoloid |
## Extended Description
About the following program:
struct S
{
i…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR44871](https://bugs.llvm.org/show_bug.cgi?id=44871) |
| Status | CONFIRMED |
| Importance | P enha…
-
Since most part of internal calculations are based on integer arithmetic and bitwise operations, I believe those three functions and all their variants can be marked `constexpr` today. Can someone…
saki7 updated
2 years ago
-
**Is your enhancement proposal related to a problem? Please describe.**
Kconfig allows to select one option from a list using choices, e.g. selecting the C++ standard from a list of C+11,17 & 20.
Wh…
ghost updated
9 months ago
-
**Context**
Currently, PCL uses the filesystem library from Boost. In the long term, we would like to replace all functions and classes from Boost::filesystem with something else and remove this de…
-
Hi ImGui !
Without manually creating a dockspace, when you dock two ImGui windows, it will create a e.g. `##DockNode_01` parent window.
How can I change the settings of this window (in my case, I…