aboutsummaryrefslogtreecommitdiffstats
path: root/pch.hpp
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-03-27 16:05:18 +0000
committerbloodstalker <thabogre@gmail.com>2020-03-27 16:05:18 +0000
commit6029589032a85cf800b1868026c76268561b7834 (patch)
tree4a2f7c78f26416d6e35ffae413e48a03d59d6917 /pch.hpp
parentupdate (diff)
downloadcgrep-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 'pch.hpp')
-rw-r--r--pch.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/pch.hpp b/pch.hpp
index dcebacf..7f1c485 100644
--- a/pch.hpp
+++ b/pch.hpp
@@ -19,3 +19,4 @@
#include <regex>
#include <string>
#include <vector>
+#include "./cfe-extra/cfe_extra.h"