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.
2 parents 00da70f + 1ac8cbe commit b5ab50aCopy full SHA for b5ab50a
lib/ClangImporter/ImportDecl.cpp
@@ -3271,7 +3271,7 @@ namespace {
3271
// building with libstdc++, i.e. on most Linux distros.
3272
if (decl->isInStdNamespace() && decl->getIdentifier() &&
3273
(decl->getName() == "conditional" || decl->getName() == "__or_" ||
3274
- decl->getName() == "_Expr"))
+ decl->getName() == "_Expr" || decl->getName() == "__val_expr"))
3275
return nullptr;
3276
3277
// `decl->getDefinition()` can return nullptr before the call to sema and
0 commit comments