aboutsummaryrefslogtreecommitdiffhomepage
path: root/waftools/clang_compilation_database.py
Commit message (Collapse)AuthorAge
* build: add option to generate a clang compilation databaseGravatar Stefano Pigozzi2015-02-05
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