Skip to content

Commit 8494ecc

Browse files
LLVM Docker
1 parent 6f189be commit 8494ecc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+3838
-1
lines changed

ClangAST/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The `test` folder contains test examples on which we run our `clang` tool.
6363

6464
```
6565
cd build
66-
CC=clang CXX=clang++ cmake ..
66+
CC=clang CXX=clang++ cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=True ..
6767
make -j 2
6868
./clang_ast ..<other-args>
6969
```

0 commit comments

Comments
 (0)