-
The following code will trigger clang-analyzer-alpha.cplusplus.DeleteWithNonVirtualDtor
https://godbolt.org/z/7jPa8dr5W
```
#include
struct A {};
struct B : A {
virtual ~B() { std::puts…
-
### Proposal
When working with [the Lean FFI](https://lean-lang.org/lean4/doc/dev/ffi.html#initialization), the user is instructed to add code along the lines of
```C
#ifdef __cplusplus
extern "…
-
The following example:
```cpp
// clang-19 -std=c++23 --analyze -Xclang -analyzer-config -Xclang aggressive-binary-operation-simplification=true -Xclang -analyzer-checker=alpha.cplusplus.Invalidate…
-
When I attempted to cross-compile `cxx` from linux, I got the following emitted from `link-cplus-plus` dependency, which uses `cc-rs`:
```
Compiling link-cplusplus v1.0.6 (/work/depends/link-cplu…
-
```json
{
"name": "libcurl",
"cflags": "",
"include": null,
"libs": "-lcurl",
"trimPrefixes": [],
"replPrefixes": [],
"cplusplus": false
}
```
-
The reduced code example:
```C++
// clang-19 --analyze -Xclang -analyzer-config -Xclang aggressive-binary-operation-simplification=true -Xclang -analyzer-checker=alpha.cplusplus.InvalidatedIterator …
-
> Intel(r) SPMD Program Compiler (ispc), 1.12.0 (build commit 2a3fc60 @ 20190816, LLVM 8.0.0)
When compiling for multiple targets, the dispatch header will have a function named the same as the fun…
-
I've noticed that `clang++` requires `libcxx` (C++ standard library). Shouldn't it bundled w/ the `cplusplus` language module?
-
I have noticed that we don't ever define these terms:
https://github.com/cplusplus/draft/blob/9dc7b3f30d2971ccb3bb38483a7cdb62065a2c3c/source/templates.tex#L3290-L3291
https://github.com/cpluspl…
-
I see it as of 208d0cdb35cc4f790f516eb7a3a88a1d9149a2ed / 2023-Nov-19
"supress" should be "suppress"
It was added to fix_typos.sh in https://github.com/OSGeo/gdal/commit/d3e82a272d2
Is there …