diff options
| author | Orgad Shaneh <[email protected]> | 2015-06-28 23:21:02 +0300 |
|---|---|---|
| committer | Orgad Shaneh <[email protected]> | 2015-06-29 09:08:46 +0000 |
| commit | 1faf2bd1ef5f3928e0db3e92e240d8c9378c77fa (patch) | |
| tree | ac2bddd8b7420ff8e1adc9828d52443162d7416a /src/plugins/cpptools/cppprojects.cpp | |
| parent | 28e163de974d5bb2cec11cd98fa223def2170433 (diff) | |
C++: Fix resolving of using in enclosing scope
Use-case:
namespace Ns {
namespace Nested {
struct Foo
{
void func();
int bar;
};
}
}
using namespace Ns::Nested;
namespace Ns
{
void Foo::func()
{
bar; // bar not highlighted
}
}
Change-Id: I6e667d63eb40511d65532c4d6d317aa4028a87a4
Reviewed-by: Nikolai Kosjar <[email protected]>
Diffstat (limited to 'src/plugins/cpptools/cppprojects.cpp')
0 files changed, 0 insertions, 0 deletions
