Build: Tickle bots to try again... seems like a process hang; all tests passed.
diff --git a/hlsl/hlslGrammar.cpp b/hlsl/hlslGrammar.cpp
index d485a11..a891b68 100755
--- a/hlsl/hlslGrammar.cpp
+++ b/hlsl/hlslGrammar.cpp
@@ -611,6 +611,8 @@
         parseContext.transferTypeAttributes(attributes, type);
 
         // further, it can create an anonymous instance of the block
+        // (cbuffer and tbuffer don't consume the next identifier, and
+        // should set forbidDeclarators)
         if (forbidDeclarators || peek() != EHTokIdentifier)
             parseContext.declareBlock(loc, type);
     } else {