add None as a possible value for DebugInfoFlags
authorBen Ashbaugh <ben.ashbaugh@intel.com>
Wed, 27 Jan 2021 16:03:49 +0000 (08:03 -0800)
committerBen Ashbaugh <ben.ashbaugh@intel.com>
Wed, 27 Jan 2021 16:03:49 +0000 (08:03 -0800)
include/spirv/unified1/extinst.debuginfo.grammar.json
include/spirv/unified1/extinst.opencl.debuginfo.100.grammar.json

index 9212f6f..7d6e8e5 100644 (file)
       "kind" : "DebugInfoFlags",
       "enumerants" : [
         {
+          "enumerant" : "None",
+          "value" : "0x0000"
+        },
+        {
           "enumerant" : "FlagIsProtected",
           "value" : "0x01"
         },
index 08062be..d4cfab2 100644 (file)
       "kind" : "DebugInfoFlags",
       "enumerants" : [
         {
+          "enumerant" : "None",
+          "value" : "0x0000"
+        },
+        {
           "enumerant" : "FlagIsProtected",
           "value" : "0x01"
         },