error: no matching function
'clang::HeaderSearch::HeaderSearch(llvm::IntrusiveRefCntPtr<clang::HeaderSearchO
ptions>&, clang::FileManager&, clang::DiagnosticsEngine&, clang::LangOptions&,
clang::TargetInfo*&)'
According to its documantation
(http://clang.llvm.org/doxygen/classclang_1_1HeaderSearch.html#a4175174ceb513dff
f19029309e6f16f9) 'FileManager' must be 'SourceManager'; so replacing
'fileManager' with 'sourceManager' resolve it..
Original issue reported on code.google.com by erkan.yu...@gmail.com on 13 Jun 2014 at 5:28
Original issue reported on code.google.com by
erkan.yu...@gmail.com
on 13 Jun 2014 at 5:28Attachments: