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 8d5c1b4 commit 263fc4cCopy full SHA for 263fc4c
clang/unittests/Serialization/ForceCheckFileInputTest.cpp
@@ -75,6 +75,7 @@ export int aa = 43;
75
std::shared_ptr<CompilerInvocation> Invocation =
76
createInvocation(Args, CIOpts);
77
EXPECT_TRUE(Invocation);
78
+ Invocation->getFrontendOpts().DisableFree = false;
79
80
auto Buf = CIOpts.VFS->getBufferForFile("a.cppm");
81
EXPECT_TRUE(Buf);
@@ -113,6 +114,7 @@ export int aa = 43;
113
114
115
116
117
118
119
CompilerInstance Clang;
120
0 commit comments