Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 695726 | Differences between
and this patch

Collapse All | Expand All

(-)a/tools/perf/util/c++/clang.cpp (-1 / +1 lines)
Lines 71-77 Link Here
71
	CompilerInstance Clang;
71
	CompilerInstance Clang;
72
	Clang.createDiagnostics();
72
	Clang.createDiagnostics();
73
73
74
	Clang.setVirtualFileSystem(&*VFS);
74
	Clang.createFileManager(&*VFS);
75
75
76
#if CLANG_VERSION_MAJOR < 4
76
#if CLANG_VERSION_MAJOR < 4
77
	IntrusiveRefCntPtr<CompilerInvocation> CI =
77
	IntrusiveRefCntPtr<CompilerInvocation> CI =

Return to bug 695726