This was missing from
isl-0.11.1-24-g1b0a443208 (update for change in
arguments of clang's HeaderSearchOptions::AddPath,
Sun Apr 7 13:20:41 2013 +0200) and becomes more important
now that this function is about to be moved to a header.
Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
@@ -290,7 +290,7 @@ static void create_preprocessor(CompilerInstance *Clang)
*
* Do not take into account sysroot, i.e., set ignoreSysRoot to true.
*/
-void add_path(HeaderSearchOptions &HSO, std::string Path)
+static void add_path(HeaderSearchOptions &HSO, std::string Path)
{
HSO.AddPath(Path, frontend::Angled, false, true);
}