We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9788e commit 6a5545fCopy full SHA for 6a5545f
clang/include/clang/Lex/LexHLSLRootSignature.h
@@ -10,8 +10,8 @@
10
//
11
//===----------------------------------------------------------------------===//
12
13
-#ifndef LLVM_CLANG_PARSE_PARSEHLSLROOTSIGNATURE_H
14
-#define LLVM_CLANG_PARSE_PARSEHLSLROOTSIGNATURE_H
+#ifndef LLVM_CLANG_LEX_LEXHLSLROOTSIGNATURE_H
+#define LLVM_CLANG_LEX_LEXHLSLROOTSIGNATURE_H
15
16
#include "clang/Basic/SourceLocation.h"
17
@@ -83,4 +83,4 @@ class RootSignatureLexer {
83
} // namespace hlsl
84
} // namespace clang
85
86
-#endif // LLVM_CLANG_PARSE_PARSEHLSLROOTSIGNATURE_H
+#endif // LLVM_CLANG_LEX_PARSEHLSLROOTSIGNATURE_H
0 commit comments