diff options
author | bloodstalker <thabogre@gmail.com> | 2020-03-27 16:05:18 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-03-27 16:05:18 +0000 |
commit | 6029589032a85cf800b1868026c76268561b7834 (patch) | |
tree | 4a2f7c78f26416d6e35ffae413e48a03d59d6917 /pch.hpp | |
parent | update (diff) | |
download | cgrep-6029589032a85cf800b1868026c76268561b7834.tar.gz cgrep-6029589032a85cf800b1868026c76268561b7834.zip |
you now get the option of replacing the cgrep diagconsumer with the normal 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.
Diffstat (limited to '')
-rw-r--r-- | pch.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,3 +19,4 @@ #include <regex> #include <string> #include <vector> +#include "./cfe-extra/cfe_extra.h" |