Bear icon indicating copy to clipboard operation
Bear copied to clipboard

Bear is a tool that generates a compilation database for clang tooling.

Results 55 Bear issues
Sort by recently updated
recently updated
newest added

I want to build the bear by both 32 bits and 64 bits on my redhat machine. I clone the master, create folders "build32" and "build64" in the repo and...

**Describe the bug** ![image](https://user-images.githubusercontent.com/4686802/203251482-d4d54763-f451-4693-8c36-a46aab534bdb.png) i use xt-clang to make, but it seem glib_version is not right ![image](https://user-images.githubusercontent.com/4686802/203251643-0799a275-1256-4a77-9fd1-d878f39f8f64.png) **To Reproduce** 100% **Environment:** OS name: arch linux Bear version: 3.0.20 Bear install...

build command: > cmake -DENABLE_UNIT_TESTS=OFF -DENABLE_FUNC_TESTS=OFF -DENABLE_MULTILIB=ON -Wno-dev -DCMAKE_INSTALL_LIBDIR=/usr/lib/gcc/x86_64-linux-gnu/ .. failed output log ``` [ 94%] Linking CXX executable wrapper /usr/bin/ld: CMakeFiles/wrapper_a.dir/source/report/wrapper/RpcClients.cc.o: in function `wr::SupervisorClient::resolve(domain::Execution const&)': [RpcClients.cc](http://rpcclients.cc/):(.text+0x6ad): undefined reference to...

I am trying to use Bear 3.1.4 to generate the compile_commands.json file from a Makefile based project which cross compiles for QNX on a Linux host. The compile command line...

Create any trivial _Hello, World!_ style program and combine compile & link on the command line like this: ``` $ g++-13 -o hello hello.cc $ clang++-17 -o hello hello.cc ```...

**Describe the bug** Tests fail **To Reproduce** `ctest --verbose` in `subprojects/Build/BearTest` **Expected behavior** Tests should pass **Environment:** - OS name: Linux - OS version: Gentoo - OS architecture: x86_64 -...

when I compile source code of gcc, I found that content of compile_commands.json not contain asan. then I try to compile asan separately, and the result is the same.

Thank you for developing this tool. It's incredibly useful! But I found a potential bug (?) here. I tried the methods outlined in the wiki, but they didn't seem to...

When compiling Bear 3.1.4 with fmtlib 11.0.2, the build fails with: ``` In file included from Bear-3.1.4/source/citnames/source/semantic/Parsers.cc:20: Bear-3.1.4/source/citnames/source/semantic/Parsers.h: In lambda function: Bear-3.1.4/source/citnames/source/semantic/Parsers.h:255:73: error: 'join' is not a member of 'fmt'...

Hello. First of all, congratulations on your great work. I'm transiotining from Windows to Linux and still creating a C++ dev environment, tools like bear are a huge help. I'd...