You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 16, 2019. It is now read-only.
Header declaration parsing was disabled for llvm-3.8 and lower. The feature relies on the <clang/Index/CodegenNameGenerator.h> header which was introduced in llvm-3.9. The code in fcd/header_decls.cpp and fcd/clang/* needs a refactor anyway; maybe it would be worth investigating if the feature can work with llvm-3.8 and lower?