diff options
author | v1nh1shungry <v1nh1shungry@outlook.com> | 2023-01-18 22:15:28 +0800 |
---|---|---|
committer | v1nh1shungry <v1nh1shungry@outlook.com> | 2023-02-10 22:16:16 +0800 |
commit | b252824e6e6ee0959051841e583860ba7ed1cd67 (patch) | |
tree | b7aa0c1a3df7b6a43562c2fd6c113b7593a2217f /clang/lib/Basic/FileSystemStatCache.cpp | |
parent | 08061a5f1db6fee0b7f6fcbf416a5c61531b1c00 (diff) | |
download | llvm-b252824e6e6ee0959051841e583860ba7ed1cd67.zip llvm-b252824e6e6ee0959051841e583860ba7ed1cd67.tar.gz llvm-b252824e6e6ee0959051841e583860ba7ed1cd67.tar.bz2 |
[clangd] fix wrong CalleeArgInfo in the hover
```
void foobar(int);
int main() {
foobar(1 + 2);
^
}
```
Currently the CalleeArgInfo will be "Passed by reference", which should
be "Passed by value".
Fixes https://github.com/clangd/clangd/issues/1467
Differential Revision: https://reviews.llvm.org/D142014
Diffstat (limited to 'clang/lib/Basic/FileSystemStatCache.cpp')
0 files changed, 0 insertions, 0 deletions