Fixes clangd issue #1137
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
I wasn't sure if I should add a URL to the commit message for easy access but here is the corresponding clangd issue: https://github.com/clangd/clangd/issues/1137
clang/lib/Sema/SemaCodeComplete.cpp | ||
---|---|---|
1271 | can you also update MaybeAddResult around line 1096. |
Also if you put Fixes https://github.com/clangd/clangd/issues/1137 in the commit message, it'll automatically close the issue.
thanks, lgtm!
do you have commit access or should i land this for you? if i should, can you provide an email address for attribution of the commit
I don't think I have a commit access this is my first contribution. I appreciate if you can do it for me.
My mail address is: furkanusta17@gmail.com
I had my github account linked and expecting for my mail to get fetched automatically.
To make things easier should I sign my commits in the future or is there a variable that I can set in the Arcanist tool?
thanks! you're right, it was already included in the arcanist metadata, i
was too lazy to check beforehand, sorry.
can you also update MaybeAddResult around line 1096.