summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex/Preprocessor.h
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-04-04 15:30:44 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-04-04 15:30:44 +0000
commit2c6cec24fd854608b7d028265c3cda8184b09639 (patch)
tree1b44d5ae12a3fd13746a2e366d626d9a90acc108 /include/clang/Lex/Preprocessor.h
parent750988f638cde2f5dbfa1d6afd4ff4844304caf7 (diff)
AnnotateFunctions: Tweak for mingw.
- Externalize the registry. - Update libdeps. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265301 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex/Preprocessor.h')
-rw-r--r--include/clang/Lex/Preprocessor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/clang/Lex/Preprocessor.h b/include/clang/Lex/Preprocessor.h
index f7a9ea9518..817c09fcdb 100644
--- a/include/clang/Lex/Preprocessor.h
+++ b/include/clang/Lex/Preprocessor.h
@@ -1943,4 +1943,6 @@ typedef llvm::Registry<PragmaHandler> PragmaHandlerRegistry;
} // end namespace clang
+extern template class llvm::Registry<clang::PragmaHandler>;
+
#endif