diff options
author | Utkarsh Saxena <usx@google.com> | 2019-10-16 09:53:59 +0000 |
---|---|---|
committer | Utkarsh Saxena <usx@google.com> | 2019-10-16 09:53:59 +0000 |
commit | b62b4541216887fad9613f5b944d7dce120757b7 (patch) | |
tree | 5c24b54e31b7d82e80cd117151464295df4d4e4c /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp | |
parent | 1c3ca61294de428c93639a35afac725b7cbb1ffb (diff) | |
download | bcm5719-llvm-b62b4541216887fad9613f5b944d7dce120757b7.tar.gz bcm5719-llvm-b62b4541216887fad9613f5b944d7dce120757b7.zip |
[clangd] Add RemoveUsingNamespace tweak.
Summary:
Removes the 'using namespace' under the cursor and qualifies all accesses in the current file.
E.g.:
using namespace std;
vector<int> foo(std::map<int, int>);
Would become:
std::vector<int> foo(std::map<int, int>);
Subscribers: mgorny, ilya-biryukov, MaskRay, jkorous, mgrang, arphaman, kadircet, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D68562
llvm-svn: 374982
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions