summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py
diff options
context:
space:
mode:
authorUtkarsh Saxena <usx@google.com>2019-10-16 09:53:59 +0000
committerUtkarsh Saxena <usx@google.com>2019-10-16 09:53:59 +0000
commitb62b4541216887fad9613f5b944d7dce120757b7 (patch)
tree5c24b54e31b7d82e80cd117151464295df4d4e4c /lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py
parent1c3ca61294de428c93639a35afac725b7cbb1ffb (diff)
downloadbcm5719-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/section/TestSectionAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud