Displaying 2 results from an estimated 2 matches for "jsoncompilationdatabase".
2019 Jul 03
2
clang-tidy standalone
Hello,
sorry for posting this here but I'm kind of stuck. I'm trying to introduce LLVM tooling step by step at the company I'm working for. So far I'm using clang-format for automated formatting.
Since I'm also working on the coding guideline I wanted to use clang-tidy for enforcing the naming convention. The problem is that we're using a plain old MAKE project, so I
2016 Mar 10
3
announcing an *early preview* of a cross-referencing code search website for LLVM
Hi,
I've found that one of the most useful tools in the Chromium project is its
code search website, http://cs.chromium.org/
At http://llvm-cs.pcc.me.uk/ you will find something similar for llvm. You
can search the full text of the llvm/clang/lld/lldb repositories using
regular expressions, search for declarations (which are prioritized above
full-text results), and follow cross references