-
sample code
`void foo(int *iptr) {
iptr + 2;
}`
Clang generated code:
https://godbolt.org/z/8Yjnhxhz4
where we have
`getelementptr inbounds i32, ptr %0, i64 2`
CIR generated LLVM code is…
ghehg updated
4 hours ago
-
It isn't clear whether lints should apply to macro generated code or not, or whether the lint authors, lint users, or both should have the ability to control whether or not they apply to generated cod…
-
**Which version of Microsoft.IdentityModel are you using?**
NA
**Where is the issue?**
* [ ] M.IM.JsonWebTokens
* [ ] M.IM.KeyVaultExtensions
* [ ] M.IM.Logging
* [ ] M.IM.ManagedKeyVaul…
-
##### **Overview of the issue**
I try to generate a project based on a official sample jdl file with a slight modify, everything works well but redis. the code of redis cannot be generated proper…
-
#### Feature
It would be great to avoid printing full paths of source files in the generated code.
#### Benefit
This would allow for better or more correct caching in third party build sy…
-
This example from the test suite (`llvm/test/CodeGen/AMDGPU/GlobalISel/lshr.ll`) seems to compile to different assembly for SelectionDAG and GlobalISel:
```llvm
define amdgpu_ps half @lshr_i16_vs(…
-
**Describe the bug**
While generating a client from a WSDL with dotnet-svcutil (version 2.1.0) we are seeing a CS0108 error.
error CS0108: 'OurServiceNameClient.CloseAsync()' hides inherited membe…
-
## What are the steps to reproduce this issue?
1. Create new project with `fetch` client from openapi scheme which returns 204 (No content).
2. Try calling the generated method.
3. You should…
-
**What version of protobuf and what language are you using?**
Version: v28.3
Language: C#
**What operating system (Linux, Windows, ...) and version?**
macOS
**What runtime / compiler are …
-
### Bug Description
If I declare an `enum` and use it on a private property the enum also exported from the generated Rust code. This will lead to compilation error if I have the same enum name but o…