-
| | |
| --- | --- |
| Bugzilla Link | [48470](https://llvm.org/bz48470) |
| Version | 11.0 |
| OS | Linux |
| CC | @chfast,@devincoughlin,@haoNoQ |
## Extended Description
For the followin…
gumb0 updated
2 years ago
-
While not explicitly stated as being a supported compiler, the Microsoft Visual C++ compiler should fall under "standard conformant C++17 compiler".
Trying to compile gives an error on C++17 checki…
-
The test for C++17 was changed in the following commit from `>=` to `>`
https://github.com/HowardHinnant/date/commit/5ba1c1ad8514362dba596f228eb20eb13f63d948#diff-60920d5d6696dfe1f8a446d6e86869b2R1…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR21936](https://bugs.llvm.org/show_bug.cgi?id=21936) |
| Status | NEW |
| Importance | P enhancemen…
-
I'm not sure the best way to resolve this issue in the repo, but when compiling with GCC on Ubuntu with options `-Wall -Wextra -pedantic -Wno-unknown-pragmas -Werror`:
```
In file included from /s…
-
It has been consistently observed when building using the QNX compiler (when the language is set to the C++14 standard) that the compiler-set #define "__cplusplus" is set to 201402
This causes the …
-
When we directly compile cplusplus code into an application, the application can work properly.
When we compile cplusplus code as a library then linked to an application, the application cannot be ge…
-
When upgrading from Clang-Tidy 13 to 17, we noticed a new complaint about the following piece of code which – to the best of my knowledge – does not actually have a potential memory leak.
```c++
#…
-
Hi,
Due to the following line:
`T *new_data = new T[count];`
in the AsyncProgress(Queue)Worker class `T` (your progress class) is required to have a default constructor.
I have prepared a patc…
-
**Describe the bug**
'PI_ERROR_INVALID_KERNEL_NAME' error when dynamic library with kernel is loaded by dlopen secondly on linux with CUDA backend.
**To Reproduce**
Error message:
```
AAAAAAAAA…