codebrowser icon indicating copy to clipboard operation
codebrowser copied to clipboard

Woboq CodeBrowser

Results 35 codebrowser issues
Sort by recently updated
recently updated
newest added

if such decl reference is invalid, the `Result` will be empty, but a later call to `front()` asserts it to be non-empty.

I am trying to use woboq on postgres (https://github.com/postgres/postgres). I have generated `compile_commands.json` using [bear](https://github.com/rizsotto/Bear) ``` cd postgres bear -- ./configure bear -- make ``` Now when I run codebrowser_generator,...

I tried building codebrowser with LLVM-13(the latest version). I get the following errors while compiling. ``` $ cd codebrowser $ cmake . -DCMAKE_BUILD_TYPE=Release $ make [ 8%] Building CXX object...

As I'm using this Woboq with some big project, here is some tips from me. Woboq isn't perfect, it's slow, lack of many features (global search, template support, no longer...

When running "cmake . -DCMAKE_BUILD_TYPE=Release" it systematically halts with this error : CMake Error at generator/CMakeLists.txt:7 (Find_Package): Could not find a package configuration file provided by "Clang" with any of...

question

When code is disabled by the preprocessor it isn't indexed by the generator, which is both understandable and unsurprising. To help the user identify that the code isn't enabled in...

Type something in search box and hit enter without waiting for dropdown menu. It results to redirecting to google

Hi, is there a way to escape colons for the -p option ? The version strings here may contain colons and there are reasons not to remove/change them.

Thanks for this nice tool, worked better than I expected ;-) This PR might not be finished or polished, but might be helpful to others. It allows to - Install...