diff options
author | Kadir Cetinkaya <kadircet@google.com> | 2019-09-25 15:44:26 +0000 |
---|---|---|
committer | Kadir Cetinkaya <kadircet@google.com> | 2019-09-25 15:44:26 +0000 |
commit | 007e4fe9017c15e1791d451260dc4a61715e53a5 (patch) | |
tree | 3308928473e393a8e8d8cbc02e4f6a3b4016ee74 /lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module | |
parent | de44f434e828708daeb7a98cf19f57ef03077c05 (diff) | |
download | bcm5719-llvm-007e4fe9017c15e1791d451260dc4a61715e53a5.tar.gz bcm5719-llvm-007e4fe9017c15e1791d451260dc4a61715e53a5.zip |
[clangd] Change constness of parameters to findExplicitRefs
Summary:
Recursive AST requires non-const ast nodes, but it doesn't really
mutate them. In addition to that, in clangd we mostly have const ast nodes. So
it makes sense to move the const_cast into callee rather than having it at every
caller in the future.
Reviewers: ilya-biryukov
Subscribers: MaskRay, jkorous, arphaman, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D68027
llvm-svn: 372888
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module')
0 files changed, 0 insertions, 0 deletions