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
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?
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 infcd/header_decls.cppandfcd/clang/*needs a refactor anyway; maybe it would be worth investigating if the feature can work with llvm-3.8 and lower?