RE: r373247 - Teach CallGraph to look into Generic Lambdas.

2019-10-03 Thread Keane, Erich via cfe-commits
Yep, I agree. I tend to figure if I can get it done in ~1-2 hours, that I could just fix it. Note that this was 1:30  From: Nico Weber Sent: Wednesday, October 2, 2019 4:37 PM To: Keane, Erich Cc: cfe-commits Subject: Re: r373247 - Teach CallGraph to look into Generic Lambdas. Thanks

Re: r373247 - Teach CallGraph to look into Generic Lambdas.

2019-10-02 Thread Nico Weber via cfe-commits
30, 2019 12:50 PM > *To:* Keane, Erich > *Cc:* cfe-commits > *Subject:* Re: r373247 - Teach CallGraph to look into Generic Lambdas. > > > > This broke a few clangd unit tests: > > > > > http://lab.llvm.org:8011/builders/clang-ppc64be-linux/builds/38857/steps/nin

RE: r373247 - Teach CallGraph to look into Generic Lambdas.

2019-09-30 Thread Keane, Erich via cfe-commits
Should be fixe din r373259 From: Nico Weber Sent: Monday, September 30, 2019 12:50 PM To: Keane, Erich Cc: cfe-commits Subject: Re: r373247 - Teach CallGraph to look into Generic Lambdas. This broke a few clangd unit tests: http://lab.llvm.org:8011/builders/clang-ppc64be-linux/builds/38857

RE: r373247 - Teach CallGraph to look into Generic Lambdas.

2019-09-30 Thread Keane, Erich via cfe-commits
I saw that, thanks! I’m looking into them now. I can revert if it takes me too long. From: Nico Weber Sent: Monday, September 30, 2019 12:50 PM To: Keane, Erich Cc: cfe-commits Subject: Re: r373247 - Teach CallGraph to look into Generic Lambdas. This broke a few clangd unit tests: http

Re: r373247 - Teach CallGraph to look into Generic Lambdas.

2019-09-30 Thread Nico Weber via cfe-commits
This broke a few clangd unit tests: http://lab.llvm.org:8011/builders/clang-ppc64be-linux/builds/38857/steps/ninja%20check%201/logs/FAIL%3A%20Clangd%20Unit%20Tests%3A%3AHover.Structured

r373247 - Teach CallGraph to look into Generic Lambdas.

2019-09-30 Thread Erich Keane via cfe-commits
Author: erichkeane Date: Mon Sep 30 12:12:29 2019 New Revision: 373247 URL: http://llvm.org/viewvc/llvm-project?rev=373247=rev Log: Teach CallGraph to look into Generic Lambdas. CallGraph visited LambdaExpr by getting the Call Operator from CXXRecordDecl (LambdaExpr::getCallOperator calls