]> granicus.if.org Git - clang/commitdiff
Specialize an anchor() function in the correct namespace
authorKristof Umann <dkszelethus@gmail.com>
Wed, 3 Jul 2019 11:54:47 +0000 (11:54 +0000)
committerKristof Umann <dkszelethus@gmail.com>
Wed, 3 Jul 2019 11:54:47 +0000 (11:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365029 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/Dominators.cpp

index a350d4ca18bdd32be047508e165bcfa816425f04..374746d78b76ca000bf1752d1dc2dc12ca11021f 100644 (file)
@@ -11,7 +11,7 @@
 using namespace clang;
 
 template <>
-void CFGDominatorTreeImpl</*IsPostDom=*/true>::anchor() {}
+void clang::CFGDominatorTreeImpl</*IsPostDom=*/true>::anchor() {}
 
 template <>
-void CFGDominatorTreeImpl</*IsPostDom=*/false>::anchor() {}
+void clang::CFGDominatorTreeImpl</*IsPostDom=*/false>::anchor() {}