diff options
author | Adam Czachorowski <adamcz@google.com> | 2021-10-26 15:04:03 +0200 |
---|---|---|
committer | Adam Czachorowski <adamcz@google.com> | 2021-10-26 17:32:33 +0200 |
commit | 2174524116a8379fb7a6453253524ec972b158df (patch) | |
tree | 1a42137fe3ee4f22ff9d12152d5a9f4904a697e3 /llvm/lib/CodeGen/ModuloSchedule.cpp | |
parent | e8f4a01189143854f30e2bb622baa729a42f152d (diff) | |
download | llvm-2174524116a8379fb7a6453253524ec972b158df.zip llvm-2174524116a8379fb7a6453253524ec972b158df.tar.gz llvm-2174524116a8379fb7a6453253524ec972b158df.tar.bz2 |
[clangd] AddUsing: Fix support for template specializations.
Before this change, we would add "using std::vector<int>" instead of
just "using std::vector;", which would not even compile.
Fixes https://github.com/clangd/clangd/issues/904
Differential Revision: https://reviews.llvm.org/D112530
Diffstat (limited to 'llvm/lib/CodeGen/ModuloSchedule.cpp')
0 files changed, 0 insertions, 0 deletions