Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | waftools: update clang_compilation_database | Bin Jin | 2018-05-17 | 1 | -13/+33 |
| | | | | | The old copy is broken with waf-1.9.8, update to the latest commit (waf-project/waf@5e4b86b81df3b9819738d757eb8d2c8646ef0ede) instead. | ||||
* | build: add option to generate a clang compilation database | Stefano Pigozzi | 2015-02-05 | 1 | -0/+67 |
The compilation database is a JSON file[1] storing all compilation flags. That is useful for tools using libclang for code completion and error reporting (for example: YouCompleteMe for vim). [1]: http://clang.llvm.org/docs/JSONCompilationDatabase.html |