-
This problem was found while using clangd and was reduced from `std::optional` in the MSVC STL.
Problem was discovered on LLVM 16, though is reproducible on LLVM trunk.
```c++
class IncompleteTyp…
-
I am trying to install openappsec agent on Ubuntu 22.04.
cmake goes fine:
```
cmake -DCMAKE_INSTALL_PREFIX=build_out .
```
But then:
```
root@vm-stack1-vm-0:/home/ubuntu/openappsec# make…
-
[0/1] Running the Dynamatic regression tests
FAIL: Dynamatic :: Dialect/Handshake/invalid.mlir (26 of 26)
******************** TEST 'Dynamatic :: Dialect/Handshake/invalid.mlir' FAILED *************…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/azj49bxWW](https://godbolt.org/z/azj49bxWW)
This invalid code will crash on Clang Assertion Trunk.
```cpp
…
-
I only noticed this when looking at https://en.cppreference.com/w/cpp/language/variadic_arguments rather than in real world code, but the original C++ syntax for varargs was this, which SWIG fails to …
ojwb updated
2 months ago
-
### Use case
I would like to use the Powertools parser library to parse the AppSync lambda resolver event. (The fields are described here: https://docs.aws.amazon.com/appsync/latest/devguide/resolve…
-
# Steps
Start sbt using the below build.sbt build definition and run the outerInputTask with 2 or more arguments.
``` scala
import complete.DefaultParsers._
import sbt.complete.Parser
lazy val root…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/qMPdKaf48](https://godbolt.org/z/qMPdKaf48)
This valid code will crash on clang trunk and clang assertion tr…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/4Kq7c1orP](https://godbolt.org/z/4Kq7c1orP)
This invalid code will crash on Clang Trunk.
```cpp
class NonC…
-
About the code:
This is a Python script that uses Django's command-line utility to run administrative tasks. The purpose of this script is to allow users to perform various administrative tasks usin…