You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rtags-find-references-at-point is run on captureVar in the below code, it says "No results". Please make it find the result in the code that says "return captureVar".
struct Parent {
int joe() {
return [captureVar=member](){ return captureVar; }();
}
int member;
};
int main() {
return Parent{}.joe();
}
Environment (please complete the following information):
OS/Version: Debian 11
RTags(rdm,rc): 2.41.134
Emacs: 27.1
LLVM/Clang: Debian clang version 11.0.1-2
The text was updated successfully, but these errors were encountered:
When rtags-find-references-at-point is run on captureVar in the below code, it says "No results". Please make it find the result in the code that says "return captureVar".
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: