-
I think bindgen does this for any packed struct that doesn't contain a 0-sized array.
### Input C/C++ Header
```C
// test.h
#ifdef __cplusplus
extern "C" {
#endif
typedef struct {
…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR48482](https://bugs.llvm.org/show_bug.cgi?id=48482) |
| Status | CONFIRMED |
| Importance | P norm…
-
| | |
| --- | --- |
| Bugzilla Link | [42433](https://llvm.org/bz42433) |
| Version | trunk |
| OS | All |
| CC | @devincoughlin,@haoNoQ |
## Extended Description
We are seeing a false positive fr…
-
### 一、 项目说明
主要是针对`PaddlePaddle`中引入`clang-tidy`从而拦截`clang-tidy`检查项的增量,并修复PaddlePaddle现存的存量,主要规则针对`Pytorch`进行检测和修复。
具体说明参照:[【Hackathon 6th】引入 clang-tidy](https://github.com/PaddlePaddle/community/blob/…
-
With CodeChecker 6.20.0, self-compiled clang 15.0.1, enabled Z3 solver 4.11.2 on openldap branch OPENLDAP_REL_ENG_2_6, calling
```console
> CodeChecker analyze ./compile_commands.json --ctu --z3=o…
-
### Describe the issue
```sh
$ bin/Release/absl_log_format_test --gtest_filter=VolatilePtrLogFormatTest/0.NonNull
Running main() from googletest/src/gtest_main.cc
Note: Google Test filter = Volati…
-
I have written a swift class in a plugin like this
``` Swift
//
// PreviewView.swift
// camerax_ios
//
// Created by 闫守旺 on 2024/7/9.
//
import AVFoundation
import Flutter
@objc publi…
-
## Suggestion
Cppfront could support conditional compilation where unselected branches are dropped and not lowered to Cpp1.
This would be useful for at least two cases:
**1. When a Cpp2 user wa…
-
While looking into how one could tackle zeek/tree-sitter-zeek#6 I looked into this grammar for inspiration and noticed that it has similar issues. In C or C++ preprocessor macros can appear around pre…
-
### Description / Steps to reproduce the issue
Got redefinition error when compiling qt6-webengine:
```
2024-10-10T10:10:44.2246546Z In file included from gen/base/base_jumbo_44.cc:7:
2024-10-10T1…