aboutsummaryrefslogtreecommitdiffstats
path: root/pch.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* removed the debug prints. boost is no longer a dependency.1.1bloodstalker2020-03-301-1/+0
|
* declarations no longer print out the declarations since they are already ↵bloodstalker2020-03-301-1/+1
| | | | matching declarations. added a new WIP switch called trace.
* you now get the option of replacing the cgrep diagconsumer with the normal ↵bloodstalker2020-03-271-0/+1
| | | | one provided by clang. also the cgrep diagconsumer now prints out errors and only leaves out warnings and fixits. README update. man update. added llvm11 to travis.
* fixed some codacy smellsbloodstalker2020-03-061-1/+1
|
* fixed the declaration prints. fixed the coloring of matches for ↵bloodstalker2020-01-101-1/+1
| | | | non-declarations.
* removing filesystem for the time being. ill have to find another solution...bloodstalker2019-11-291-1/+1
|
* updatebloodstalker2019-11-291-0/+1
|
* checked with trunk version 355787. if you use the trunk llvm-clang you build ↵bloodstalker2019-03-141-8/+8
| | | | for everything like me, you might have to rebuild your compilation databases,otherwise cgrep breaks mysteriously...
* build uses pch now. kinda cool but our build time bottleneck seems to be linkingbloodstalker2018-12-201-0/+20