aboutsummaryrefslogtreecommitdiffstats
path: root/pch.hpp
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-03-14 07:03:18 +0000
committerbloodstalker <thabogre@gmail.com>2019-03-14 07:03:18 +0000
commit1c7bcf8a4e843b2b254888996abbc08c64e97b05 (patch)
tree5b8e3cc5e4977ea2967c8a3bb66766b82daac359 /pch.hpp
parentupdate (diff)
downloadcgrep-1c7bcf8a4e843b2b254888996abbc08c64e97b05.tar.gz
cgrep-1c7bcf8a4e843b2b254888996abbc08c64e97b05.zip
checked with trunk version 355787. if you use the trunk llvm-clang you build for everything like me, you might have to rebuild your compilation databases,otherwise cgrep breaks mysteriously...
Diffstat (limited to 'pch.hpp')
-rw-r--r--pch.hpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/pch.hpp b/pch.hpp
index 6923390..ec1da21 100644
--- a/pch.hpp
+++ b/pch.hpp
@@ -1,11 +1,3 @@
-#include <cassert>
-#include <cstdlib>
-#include <dirent.h>
-#include <fstream>
-#include <iostream>
-#include <regex>
-#include <string>
-#include <vector>
#include "clang/AST/AST.h"
#include "clang/AST/ASTConsumer.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
@@ -18,3 +10,11 @@
#include "clang/Tooling/CommonOptionsParser.h"
#include "clang/Tooling/Tooling.h"
#include "llvm/Support/raw_ostream.h"
+#include <cassert>
+#include <cstdlib>
+#include <dirent.h>
+#include <fstream>
+#include <iostream>
+#include <regex>
+#include <string>
+#include <vector>