]> git.eshelyaron.com Git - emacs.git/commit
Simplify alias referencing and add tests.
authorDavid Engster <dengste@eml.cc>
Thu, 25 Oct 2012 18:38:27 +0000 (20:38 +0200)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 17:28:21 +0000 (19:28 +0200)
commitede9f831df602ebed31981f4f3696fdb23ca7513
treea2e35a4b50a81b5fec4d031dda3cc045b27d6d2a
parent49b4ce7f3d6282c140309b96cd90906542372d29
Simplify alias referencing and add tests.

* lisp/cedet/semantic/analyze.el (semantic-analyze-dereference-alias):
  Only dereference first tag, since at least for C++ this is enough.
  (semantic-analyze-current-context-default): Adapt comment.

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