diff options
Diffstat (limited to 'clang/lib/Parse/ParseDecl.cpp')
-rw-r--r-- | clang/lib/Parse/ParseDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Parse/ParseDecl.cpp b/clang/lib/Parse/ParseDecl.cpp index 5fb3f92..fd53cca 100644 --- a/clang/lib/Parse/ParseDecl.cpp +++ b/clang/lib/Parse/ParseDecl.cpp @@ -1901,7 +1901,7 @@ Parser::DeclGroupPtrTy Parser::ParseDeclaration(DeclaratorContext Context, case tok::kw_cbuffer: case tok::kw_tbuffer: - SingleDecl = ParseHLSLBuffer(DeclEnd); + SingleDecl = ParseHLSLBuffer(DeclEnd, DeclAttrs); break; case tok::kw_namespace: ProhibitAttributes(DeclAttrs); |