aboutsummaryrefslogtreecommitdiffstats
path: root/pch.hpp
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-03-30 13:20:01 +0000
committerbloodstalker <thabogre@gmail.com>2020-03-30 13:20:01 +0000
commit3888347bc2e7714541bdc63e9861cd15e1a0c124 (patch)
treef1e34b3402f04b481c50b97534888a23c7f837bc /pch.hpp
parenttravis fix (diff)
downloadcgrep-3888347bc2e7714541bdc63e9861cd15e1a0c124.tar.gz
cgrep-3888347bc2e7714541bdc63e9861cd15e1a0c124.zip
declarations no longer print out the declarations since they are already matching declarations. added a new WIP switch called trace.
Diffstat (limited to 'pch.hpp')
-rw-r--r--pch.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pch.hpp b/pch.hpp
index 7f1c485..665645e 100644
--- a/pch.hpp
+++ b/pch.hpp
@@ -1,3 +1,4 @@
+#include "./cfe-extra/cfe_extra.h"
#include "clang/AST/AST.h"
#include "clang/AST/ASTConsumer.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
@@ -19,4 +20,3 @@
#include <regex>
#include <string>
#include <vector>
-#include "./cfe-extra/cfe_extra.h"