[all-commits] [llvm/llvm-project] af8b0c: [clang][Index] Visit the default parameter argueme...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Feb 17 07:47:44 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: af8b0cd58dbda773a0cbbb2a9c67559fc6a59d1d
https://github.com/llvm/llvm-project/commit/af8b0cd58dbda773a0cbbb2a9c67559fc6a59d1d
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-02-17 (Mon, 17 Feb 2020)
Changed paths:
M clang-tools-extra/clangd/unittests/XRefsTests.cpp
M clang/lib/Index/IndexDecl.cpp
M clang/unittests/Index/IndexTests.cpp
Log Message:
-----------
[clang][Index] Visit the default parameter arguements in libindex.
Summary:
We are missing the default parmeter arguments when IndexFunctionLocals
is true.
Fixes https://github.com/clangd/clangd/issues/285.
Reviewers: kadircet
Subscribers: kristof.beyls, ilya-biryukov, jkorous, arphaman, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D74610
More information about the All-commits
mailing list