From: Kristof Umann Date: Wed, 3 Jul 2019 11:54:47 +0000 (+0000) Subject: Specialize an anchor() function in the correct namespace X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20c8bb3295cdc6cffbd224c04528bb85d3c7d327;p=clang Specialize an anchor() function in the correct namespace git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365029 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/Dominators.cpp b/lib/Analysis/Dominators.cpp index a350d4ca18..374746d78b 100644 --- a/lib/Analysis/Dominators.cpp +++ b/lib/Analysis/Dominators.cpp @@ -11,7 +11,7 @@ using namespace clang; template <> -void CFGDominatorTreeImpl::anchor() {} +void clang::CFGDominatorTreeImpl::anchor() {} template <> -void CFGDominatorTreeImpl::anchor() {} +void clang::CFGDominatorTreeImpl::anchor() {}