[cfe-dev] Clang libtool not parsing c++ file when i do # include <iostream>
sourav21
sourav.mukherjee619 at gmail.com
Sun Jun 29 00:24:43 PDT 2014
I've written a clang libtool . When i add # include to the input file , it
seg-faults. My code is like this:-
int main(int argc, const char **argv) {
static cl::OptionCategory MyToolCategory("my-tool options");
CommonOptionsParser OptionsParser(argc, argv, MyToolCategory);
ClangTool Tool(OptionsParser.getCompilations(),
OptionsParser.getSourcePathList());
return Tool.run(newFrontendActionFactory<MyFrontendAction>().get());
}
--
View this message in context: http://clang-developers.42468.n3.nabble.com/Clang-libtool-not-parsing-c-file-when-i-do-include-iostream-tp4040245.html
Sent from the Clang Developers mailing list archive at Nabble.com.
More information about the cfe-dev
mailing list