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 b59b14e commit e3951bcCopy full SHA for e3951bc
llvm/include/llvm/Remarks/BitstreamRemarkContainer.h
@@ -96,7 +96,8 @@ constexpr StringLiteral MetaExternalFileName("External File");
96
constexpr StringLiteral RemarkHeaderName("Remark header");
97
constexpr StringLiteral RemarkDebugLocName("Remark debug location");
98
constexpr StringLiteral RemarkHotnessName("Remark hotness");
99
-constexpr StringLiteral RemarkArgWithDebugLocName("Argument with debug location");
+constexpr StringLiteral
100
+ RemarkArgWithDebugLocName("Argument with debug location");
101
constexpr StringLiteral RemarkArgWithoutDebugLocName("Argument");
102
103
} // end namespace remarks
0 commit comments