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 2fb3d37 commit db34258Copy full SHA for db34258
clang/lib/Analysis/Scalable/ASTEntityMapping.cpp
@@ -48,9 +48,8 @@ std::optional<EntityName> getEntityName(const Decl* D) {
48
}
49
50
llvm::SmallString<128> USRBuf;
51
- if (clang::index::generateUSRForDecl(USRDecl, USRBuf)) {
+ if (clang::index::generateUSRForDecl(USRDecl, USRBuf))
52
return std::nullopt;
53
- }
54
55
if (USRBuf.empty())
56
0 commit comments