From 0d8866bdd0c23b622c8b693ea41052a96559e42d Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 13 Sep 2024 07:45:17 -0400 Subject: removed obsolete tags --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 226db31..96e5aa3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ ![example workflow](https://github.com/terminaldweller/cgrep/actions/workflows/cmake.yml/badge.svg) -[![Build status](https://ci.appveyor.com/api/projects/status/caab8oxmgljb87te?svg=true)](https://ci.appveyor.com/project/terminaldweller/cgrep) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/a70e8f48e3214a4f97850b4a1d7c5686)](https://www.codacy.com/gh/terminaldweller/cgrep/dashboard?utm_source=github.com&utm_medium=referral&utm_content=terminaldweller/cgrep&utm_campaign=Badge_Grade) -[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fterminaldweller%2Fcgrep.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fterminaldweller%2Fcgrep?ref=badge_shield) -[![Gitter](https://badges.gitter.im/mutatortools/community.svg)](https://gitter.im/mutatortools/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) # cgrep @@ -132,9 +129,3 @@ Alternatively, `$(llvm-config --libdir)/clang/$(llvm-config --version)/include` You could,for example, use `--extra-arg=-I/usr/lib/llvm-9/lib/clang/9.0.0/include` to call cgrep or you could just alias `cgrep` to `cgrep --extra-arg=-I/usr/lib/llvm-9/lib/clang/9.0.0/include`.
`cgrep`, replaces the clang diagnosticConsumer with a simple one that only tells you there are erros during the compilation. You can get the normal clang output using the `--clangdiag` switch. The decision was made to declutter the output generated by cgrep. - -## License - -cgrep is licensed under GPL-3.0. Everything else is licensed under it's own respective license. - -[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fterminaldweller%2Fcgrep.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fterminaldweller%2Fcgrep?ref=badge_large) -- cgit v1.2.3