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 8afa70f commit 1bc49c0Copy full SHA for 1bc49c0
clang/unittests/AST/DeclTest.cpp
@@ -90,7 +90,7 @@ TEST(Decl, AsmLabelAttr) {
90
DeclF->addAttr(AsmLabelAttr::Create(Ctx, "foo"));
91
92
// Mangle the decl names.
93
- std::string MangleF, MangleG;
+ std::string MangleF;
94
std::unique_ptr<ItaniumMangleContext> MC(
95
ItaniumMangleContext::create(Ctx, Diags));
96
{
0 commit comments