]> granicus.if.org Git - clang/commitdiff
Make a variable static.
authorDan Gohman <gohman@apple.com>
Mon, 26 Jul 2010 21:12:29 +0000 (21:12 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 26 Jul 2010 21:12:29 +0000 (21:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109438 91177308-0d34-0410-b5e6-96231b3b80d8

examples/PrintFunctionNames/PrintFunctionNames.cpp

index 397cf843fa7f99af5dc38ca17b1d7690b2a32024..e94b0ed676a16126e98bb74bdd3e22126fb2f82f 100644 (file)
@@ -53,5 +53,5 @@ protected:
 
 }
 
-FrontendPluginRegistry::Add<PrintFunctionNamesAction>
+static FrontendPluginRegistry::Add<PrintFunctionNamesAction>
 X("print-fns", "print function names");