aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/ModuleDependencyCollector.cpp
diff options
context:
space:
mode:
authorv1nh1shungry <v1nh1shungry@outlook.com>2023-01-18 22:15:28 +0800
committerv1nh1shungry <v1nh1shungry@outlook.com>2023-02-10 22:16:16 +0800
commitb252824e6e6ee0959051841e583860ba7ed1cd67 (patch)
treeb7aa0c1a3df7b6a43562c2fd6c113b7593a2217f /clang/lib/Frontend/ModuleDependencyCollector.cpp
parent08061a5f1db6fee0b7f6fcbf416a5c61531b1c00 (diff)
downloadllvm-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/Frontend/ModuleDependencyCollector.cpp')
0 files changed, 0 insertions, 0 deletions