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 e691dd3 commit b08b3acCopy full SHA for b08b3ac
clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
@@ -181,9 +181,8 @@ CreateFrontendAction(CompilerInstance &CI) {
181
182
const FrontendOptions &FEOpts = CI.getFrontendOpts();
183
184
- if (CI.getLangOpts().HLSL) {
+ if (CI.getLangOpts().HLSL)
185
Act = std::make_unique<HLSLFrontendAction>(std::move(Act));
186
- }
187
188
if (FEOpts.FixAndRecompile) {
189
Act = std::make_unique<FixItRecompile>(std::move(Act));
0 commit comments