summaryrefslogtreecommitdiff
path: root/compiler/cpp/src/thrift/thriftl.ll
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/cpp/src/thrift/thriftl.ll')
-rw-r--r--compiler/cpp/src/thrift/thriftl.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/cpp/src/thrift/thriftl.ll b/compiler/cpp/src/thrift/thriftl.ll
index 810a983e0..d60e84645 100644
--- a/compiler/cpp/src/thrift/thriftl.ll
+++ b/compiler/cpp/src/thrift/thriftl.ll
@@ -239,6 +239,7 @@ literal_begin (['\"])
"double" { return tok_double; }
"string" { return tok_string; }
"binary" { return tok_binary; }
+"uuid" { return tok_uuid; }
"slist" {
error_no_longer_supported("slist","string");
}