summaryrefslogtreecommitdiff
path: root/lib/Basic/IdentifierTable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Basic/IdentifierTable.cpp')
-rw-r--r--lib/Basic/IdentifierTable.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Basic/IdentifierTable.cpp b/lib/Basic/IdentifierTable.cpp
index 8aa574f524..7f3fbbe3cf 100644
--- a/lib/Basic/IdentifierTable.cpp
+++ b/lib/Basic/IdentifierTable.cpp
@@ -90,6 +90,7 @@ void IdentifierTable::AddPredefineds(const LangOptions &LangOpts) {
#define FORMAT_SPEC(NAME, FLAGS) \
AddPredefined(llvm::StringRef(#NAME), tok::fs_ ## NAME, \
FLAGS, LangOpts, *this, true);
+#define OPERATOR(NAME, FLAGS)
#include "flang/Basic/TokenKinds.def"
}