Skip to content

Commit 46dd6dd

Browse files
cleaning
1 parent 7f24f5d commit 46dd6dd

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

clang/include/clang/Parse/Parser.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3052,7 +3052,6 @@ class Parser : public CodeCompletionHandler {
30523052
void ParseHLSLAnnotations(ParsedAttributes &Attrs,
30533053
SourceLocation *EndLoc = nullptr,
30543054
bool CouldBeBitField = false);
3055-
30563055
Decl *ParseHLSLBuffer(SourceLocation &DeclEnd);
30573056

30583057
void MaybeParseMicrosoftAttributes(ParsedAttributes &Attrs) {

llvm/lib/Frontend/HLSL/HLSLResource.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,3 @@ FrontendResource::FrontendResource(GlobalVariable *GV, ResourceKind RK,
6767
ConstantAsMetadata::get(B.getInt32(ResIndex)),
6868
ConstantAsMetadata::get(B.getInt32(Space))});
6969
}
70-
71-
llvm::StringRef llvm::hlsl::HLSLRootElement::getName() { return StringRef(""); }

0 commit comments

Comments
 (0)