[PATCH] D51729: [Tooling] JSONCompilationDatabasePlugin infers compile commands for missing files

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 11 23:38:18 PDT 2018


mgorny added a comment.

Unless my bisect is mistaken, this broke Clang Python binding test:
https://github.com/llvm-mirror/clang/blob/master/bindings/python/tests/cindex/test_cdb.py#L34

The test apparently assumes that compilation database will not return anything for a file that does not exist. Could you please suggest how the test should be adjusted for this change?


Repository:
  rC Clang

https://reviews.llvm.org/D51729





More information about the cfe-commits mailing list