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 7ac9641 commit c105458Copy full SHA for c105458
llvm/include/llvm/ObjectYAML/DXContainerYAML.h
@@ -95,7 +95,7 @@ struct RootParameterYamlDesc {
95
uint32_t Type;
96
uint32_t Visibility;
97
uint32_t Offset;
98
- RootParameterYamlDesc(){};
+ RootParameterYamlDesc() {};
99
RootParameterYamlDesc(uint32_t T) : Type(T) {
100
switch (T) {
101
0 commit comments