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 60a2e2b commit a991261Copy full SHA for a991261
clang/lib/Frontend/CompilerInstance.cpp
@@ -543,8 +543,8 @@ void CompilerInstance::createPreprocessor(TranslationUnitKind TUKind) {
543
if (GetDependencyDirectives)
544
PP->setDependencyDirectivesGetter(*GetDependencyDirectives);
545
546
- if (!LiteralConverter::setConvertersFromOptions(PP->getLiteralConverter(),
547
- getLangOpts(), getTarget()))
+ if (LiteralConverter::setConvertersFromOptions(PP->getLiteralConverter(),
+ getLangOpts(), getTarget()))
548
PP->getDiagnostics().Report(clang::diag::err_fe_literal_conv_config);
549
}
550
0 commit comments