all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Thorbjørn Willoch" <Thorbjorn.Willoch@strydefurther.com>
To: 43203@debbugs.gnu.org
Subject: bug#43203: etags with c++ constructor with try makes it ignore following code
Date: Fri, 4 Sep 2020 11:34:27 +0000	[thread overview]
Message-ID: <CWXP123MB3799A38EDBC77E404E3E9EF4FC2D0@CWXP123MB3799.GBRP123.PROD.OUTLOOK.COM> (raw)

[-- Attachment #1: Type: text/plain, Size: 369 bytes --]

foo.cc:
-----------------------------------------------
#include <iostream>

struct Foo { Foo(); };

Foo::Foo() try
{ throw;
} catch(...) {
    std::cerr << "Goodbye\n";
}

int DoYouSeeThis() { return 0; }
---------------------------------------------------
etags foo.cc
cat TAGS
/home/twilloch/tst2-etags.cc,36
struct Foo 3,21
Foo::Foo(Foo\x015,45



[-- Attachment #2: Type: text/html, Size: 1467 bytes --]

                 reply	other threads:[~2020-09-04 11:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CWXP123MB3799A38EDBC77E404E3E9EF4FC2D0@CWXP123MB3799.GBRP123.PROD.OUTLOOK.COM \
    --to=thorbjorn.willoch@strydefurther.com \
    --cc=43203@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.