]> git.eshelyaron.com Git - emacs.git/commit
C/C++: Parse 'using' statements in the correct order.
authorDavid Engster <dengste@eml.cc>
Wed, 18 Sep 2013 19:44:03 +0000 (21:44 +0200)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 17:28:21 +0000 (19:28 +0200)
commit29a51657a7cb49a4063b40c4f1adbcc81f871e3d
treed596be0a8f78a3f79bffaa20cff589e4b30e2dcb
parentebff99d71b84ba61ab3e0f65f56ec4019c210f54
C/C++: Parse 'using' statements in the correct order.

(c++-mode:semantic-ctxt-scoped-types): In the case for using
statements outside of function scope, append them in the correct order
instead of using 'cons'.  This is important since using statements may
depend on previous ones.

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