]> git.eshelyaron.com Git - emacs.git/commit
Another 'using namespace' fix
authorDavid Engster <dengste@eml.cc>
Sun, 15 Sep 2013 09:19:30 +0000 (11:19 +0200)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 17:28:21 +0000 (19:28 +0200)
commitebff99d71b84ba61ab3e0f65f56ec4019c210f54
tree135389ff903d838e4db6f373c7e74bed4fba0bf9
parentede9f831df602ebed31981f4f3696fdb23ca7513
Another 'using namespace' fix

(semantic-analyze-scoped-types-default): If we cannot find a type in
the typecache, also look into the the types we already found.  This is
necessary since in C++, a 'using namespace' can be dependend on a
previous one.

* testusing.cpp: Add test for the above.
test/manual/cedet/cedet/semantic/tests/testusing.cpp