Skip to content

Commit 0766d1d

Browse files
committed
Make a windows buildbot happy
1 parent 459e8e9 commit 0766d1d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,9 @@ class CheckerRegistry {
241241
bool IsHidden = false) {
242242
// Avoid MSVC's Compiler Error C2276:
243243
// http://msdn.microsoft.com/en-us/library/850cstw1(v=VS.80).aspx
244-
addChecker(&initializeManager<CheckerManager, T>, &returnTrue<T>, FullName,
245-
Desc, DocsUri, IsHidden);
244+
addChecker(&CheckerRegistry::initializeManager<CheckerManager, T>,
245+
&CheckerRegistry::returnTrue<T>, FullName, Desc, DocsUri,
246+
IsHidden);
246247
}
247248

248249
/// Makes the checker with the full name \p fullName depends on the checker

0 commit comments

Comments
 (0)