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 8f7af45 commit 1ac8cbeCopy full SHA for 1ac8cbe
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