summaryrefslogtreecommitdiffstats
path: root/waftools/clang_compilation_database.py
Commit message (Collapse)AuthorAgeFilesLines
* build: add option to generate a clang compilation databaseStefano Pigozzi2015-02-051-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