Tristan Bourvon

Results 2 issues of Tristan Bourvon

This is a first shot at writing an OpenAPI specification for an exchange. It's only the public API for now, and it still has some rough edges (for example, most...

```bash cd git clone https://github.com/llvm-mirror/llvm.git cd llvm/tools git clone https://github.com/llvm-mirror/clang.git cd clang/tools git clone https://github.com/llvm-mirror/clang-tools-extra.git extra cd ~/llvm/projects git clone https://github.com/llvm-mirror/libcxx.git cd mkdir llvm-build cd llvm-build cmake -G "Unix Makefiles"...