-
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0 libLLVM-16.so.1 0x00007fd78cdbec16 llvm::sys::Pr…
-
# Description:
Building the Docker image for macOS on ARM architecture encounters failures. To address this amd64 specific packages should be replaced with their arm64 counterparts when arm64 is pa…
-
In the extern "C" namespace statement, clang-format treats it as a normal scope instead of namespace.
e.g.
```yaml
# .clang-format
BasedOnStyle: LLVM
NamespaceIndentation: None
```
```cpp
//…
-
We should create a clang-formatter definition for the current code formatting (excluding Qt based parts). This seams to be support by a number of tools now and should ease the creation of correctly fo…
-
It would be useful when making larger changes (like [this](https://github.com/ggerganov/whisper.cpp/pull/331)) if it could be properly formatted using clang-format.
Do you happen to have a `.clang-…
-
This project should use a code formatting tool like [clang-format](https://clang.llvm.org/docs/ClangFormat.html). Clang-format allows to format the code according to guidelines put in a `.clang-format…
-
### Describe the bug
I can create multiple versions for APIs via the Azure portal, and I know these versions are version set.
But if I tried the Azure CLI commands, they did not work well and I even…
-
From time to time Ray cleans the code by using `clang-tidy`. It would be nice to document that process to allow other developers to check their code contributions and avoid style problems from the beg…
-
### Environment
- OS and Version: Microsoft Windows 10 Professional Edition 10945.5131 (Latest)
- VS Code Version: 1.95.3 (system setup) (Latest)
- C/C++ Extension Version: v1.22.11 (Latest)
### Bug…
-
clang format does not seem to differentiate between introducing a namespace and a name space alias.
If I have the code
```
namespace Foo
{
namespace Bar = Baz;
}
```
If I have "Namespac…