File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Building this tool require building LLVM and Clang. This can take hours. Please
18
18
19
19
* Follow the [ building instructions] ( http://clang.llvm.org/docs/LibASTMatchersTutorial.html#step-0-obtaining-clang ) for Clang (Only step 0)
20
20
* Go to ` llvm/tools/clang/tools/extra `
21
- * Clone this repository ` git clone https://github.com/mrRosset/scalaBindgen.git `
21
+ * Clone this repository ` git clone https://github.com/mrRosset/scala-native-bindgen scala-bindgen `
22
22
* Add ` add_subdirectory(scala-bindgen) ` to the CMakeLists.txt in the extra folder
23
23
* Re-run the llvm/clang compilation
24
24
Original file line number Diff line number Diff line change 1
1
#include " TypeTranslator.h"
2
2
#include " Utils.h"
3
3
4
- #include < error.h>
5
-
6
4
TypeTranslator::TypeTranslator (clang::ASTContext* ctx_) : ctx(ctx_), typeMap() {
7
5
8
6
// Native Types
You can’t perform that action at this time.
0 commit comments