summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/SemaConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Sema/SemaConsumer.h')
-rw-r--r--include/clang/Sema/SemaConsumer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Sema/SemaConsumer.h b/include/clang/Sema/SemaConsumer.h
index 3689a6e..139cce8 100644
--- a/include/clang/Sema/SemaConsumer.h
+++ b/include/clang/Sema/SemaConsumer.h
@@ -24,6 +24,7 @@ namespace clang {
/// clients that read ASTs and then require further semantic
/// analysis of the entities in those ASTs.
class SemaConsumer : public ASTConsumer {
+ virtual void anchor();
public:
SemaConsumer() {
ASTConsumer::SemaConsumer = true;
OpenPOWER on IntegriCloud