rizsotto / scan-build

Clang's scan-build re-implementation in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

check shell escape method with compilation database reader from Clang

rizsotto opened this issue · comments

Current compilation database is extra shell escaped. When quoted strings are passed, it does an extra escaping. To me it looks extra. Let's check it with clang-tidy or clang-format or some hand written tool.

#61 invalidates it