summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/unused.cpp
diff options
context:
space:
mode:
authorEric Liu <ioeric@google.com>2018-10-22 12:48:49 +0000
committerEric Liu <ioeric@google.com>2018-10-22 12:48:49 +0000
commitc6c894b88f58760ea783584b5cf6ecb6c81df6e3 (patch)
treef1b400efe4aa23a89aa13352c842ab4d55bd4412 /clang/test/SemaCXX/unused.cpp
parent209232091cdcb6b8e8e61d91170c32166b2ec2c1 (diff)
downloadbcm5719-llvm-c6c894b88f58760ea783584b5cf6ecb6c81df6e3.tar.gz
bcm5719-llvm-c6c894b88f58760ea783584b5cf6ecb6c81df6e3.zip
[change-namespace] Enhance detection of conflicting namespaces.
Summary: For example: ``` namespace util { class Base; } namespace new { namespace util { class Internal; } } namespace old { util::Base b1; } ``` When changing `old::` to `new::`, `util::` in namespace "new::" will conflict with "new::util::" unless a leading "::" is added. Reviewers: hokein Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D53489 llvm-svn: 344897
Diffstat (limited to 'clang/test/SemaCXX/unused.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud