[cfe-dev] clang++ include path problem

Rambo hunanlwm at sina.cn
Mon May 13 06:19:30 PDT 2013


You would append some codes to your source program like this:
HeaderSearchOptions &headerSearchOptions = rv.ci->getHeaderSearchOpts();
headerSearchOptions.AddPath("/usr/include",
          clang::frontend::System,
          false,
          false,
          false);



--
View this message in context: http://clang-developers.42468.n3.nabble.com/clang-include-path-problem-tp4032012p4032072.html
Sent from the Clang Developers mailing list archive at Nabble.com.




More information about the cfe-dev mailing list