-
For some build configs, sccache errors when compiling [llvm compiler-rt](https://compiler-rt.llvm.org). The error is:
```
clang-10: error: cannot use 'c++-cpp-output' output with multiple -arch op…
-
as title said, reproduce it with following steps:
1. create `.clangd` configuration as following:
```yml
---
CompileFlags:
Remove: [-m*, -W*, -std=gnu*]
CompilationDatabase: build/
--…
-
The code is pretty big as I haven't spent enough time reducing it. But the repro test case can be found here:
https://godbolt.org/z/WafcG8G95
$ clang++ -std=c++20 -target armv7-unknown-linux -f…
-
Hi, I get an error when compiling with visual studio 2019
1>C:\Users\Dan\source\repos\ArxBrxConcaveHull\ArxBrxConcaveHull\concaveman.h(215,1): error C2668: 'make_unique': ambiguous call to overload…
-
**Describe the bug**
C++17 is not working in Visual Studio 2019... and also in 2017.
Especially... HAS_CXX17 is not set.
P.S. I tried using vs2017, also I tried to play with different commands - no…
-
_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on April 11, 2012 16:03:47_
the actual memset of the redzone to the pattern needs to write 4x as much memory as a shadow …
-
This is tested with 0.51.0 and `master` @ commit `54b1c43277d16dcef2d8acc98d131ab9232d2fac`.
I have a project which is specifying c_std and cpp_std:
```
project('libc',
['c', 'cpp'],
defaul…
-
mac m1下不能用,帮更新下代码。谢谢
-
The portability layer in Mbed TLS is complex. The goal of this issue is to simplify it. This will require a major redesign that can only be done in a major release (I don't think it's possible to get …
-
Current definition of `clang::ast_matchers::nullPointerConstant` (in `clang/include/clang/ASTMatchers.h`) is
```cpp
AST_MATCHER_FUNCTION(internal::Matcher, nullPointerConstant) {
return anyOf(
…