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 5cd3e97 commit 94d6b1cCopy full SHA for 94d6b1c
clang-tools-extra/clangd/XRefs.cpp
@@ -2363,6 +2363,8 @@ outgoingCalls(const CallHierarchyItem &Item, const SymbolIndex *Index) {
2363
Kind == SK::ClassMethod || Kind == SK::StaticMethod ||
2364
Kind == SK::Constructor || Kind == SK::Destructor ||
2365
Kind == SK::ConversionFunction);
2366
+ (void)Kind;
2367
+ (void)SK::Function;
2368
2369
auto It = CallsOut.find(Callee.ID);
2370
assert(It != CallsOut.end());
0 commit comments