-
### Summary
When using the whatprovides command for absl_meta no results are returned
### Steps to reproduce
Run this in any of the 3 supported shells (bash, zsh, fish)
```
whatprovides absl_meta…
-
### Affected rules
- `A14-5-2`
### Description
Type member defined with a dependent name and template parameter results in recommendation to be defined in a separated class because it is ident…
-
Using a newer version of `clang`:
```
$ clang --version
clang version 15.0.7
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
```
The linked C++ code fails to compile w…
-
**System information**
- Have I written custom code: No
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): CentOS 7.9
- TensorFlow installed from (source or binary): source
- TensorFlow ve…
-
abseil uses STLStringResizeUninitialized() in many string functions. However, STLStringResizeUninitialized() is only implemented on libc++ string that has __resize_default_init(). libstdc++ users will…
-
Building `dm-tree` from source needs to download at build time `pybind11`. However, distros prohibit any download at build time, thus the build fails. The build does not use the library provided by th…
-
| | |
| --- | --- |
| Bugzilla Link | [41460](https://llvm.org/bz41460) |
| Version | unspecified |
| OS | Linux |
| Attachments | [clang build log on Archlinux32](https://user-images.githubusercont…
-
ClickHouse is a analytical database written in C++. It uses lots of third-party libraries ([here](https://github.com/ClickHouse/ClickHouse/tree/master/contrib)), and it is built on multiple platforms …
-
### Describe the issue
While https://github.com/conda-forge/grpc-cpp-feedstock/pull/348 grpc with `-DgRPC_ABSL_PROVIDER="package"` in conda-forge against abseil 20240116.0, the sanity check of compil…
-
**Describe the bug**
ABSL_FLAG triggers clang-tidy abseil-no-namespace check
**Steps to reproduce the bug**
$ cat main.cc
```
#include "absl/flags/flag.h"
#include "absl/flags/parse.h"
…