Skip to content

Commit 28972c2

Browse files
authored
Merge pull request #1 from jonas/fixes
Fix clone command and compilation
2 parents 3fcefdc + d65fbc0 commit 28972c2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Building this tool require building LLVM and Clang. This can take hours. Please
1818

1919
* Follow the [building instructions](http://clang.llvm.org/docs/LibASTMatchersTutorial.html#step-0-obtaining-clang) for Clang (Only step 0)
2020
* 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`
2222
* Add `add_subdirectory(scala-bindgen)` to the CMakeLists.txt in the extra folder
2323
* Re-run the llvm/clang compilation
2424

TypeTranslator.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#include "TypeTranslator.h"
22
#include "Utils.h"
33

4-
#include <error.h>
5-
64
TypeTranslator::TypeTranslator(clang::ASTContext* ctx_) : ctx(ctx_), typeMap() {
75

86
//Native Types

0 commit comments

Comments
 (0)