Skip to content

Commit 7da53d2

Browse files
committed
review: remove unneeded namespacing
1 parent 1a64eff commit 7da53d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Parse/ParseHLSLRootSignature.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ class RootSignatureParser {
197197
private:
198198
llvm::dxbc::RootSignatureVersion Version;
199199
SmallVector<llvm::hlsl::rootsig::RootElement> &Elements;
200-
clang::StringLiteral *Signature;
200+
StringLiteral *Signature;
201201
RootSignatureLexer Lexer;
202-
clang::Preprocessor &PP;
202+
Preprocessor &PP;
203203

204204
RootSignatureToken CurToken;
205205
};

0 commit comments

Comments
 (0)