From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4644 invoked by alias); 11 Sep 2019 15:51:19 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 4634 invoked by uid 89); 11 Sep 2019 15:51:19 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*r:906, H*r:a17, HX-Received:d0d1, online X-HELO: mail-ed1-f50.google.com Received: from mail-ed1-f50.google.com (HELO mail-ed1-f50.google.com) (209.85.208.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 11 Sep 2019 15:51:17 +0000 Received: by mail-ed1-f50.google.com with SMTP id y91so21075793ede.9 for ; Wed, 11 Sep 2019 08:51:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gwmail-gwu-edu.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=GIvwKhCfGkCBpm3FiIuSU3Ha9n3f0+B7rar5CPRhrwk=; b=VvWPur4qUFLx/7tYKpubmojxk8grS/WdT19axXkvD03ilKiaELjZKk+v5jwwXMQ8VK jgWd//6/ywy8r3BtMdPNMHBW/kUybhnl8Vt8Zvsc6JBugXKxzfRw/alfNG3RwBORGN6s grXen1MoxkGlJnPthgfITBKqBkUDyXm/4tVxziJo/zOw8OBT0f8O7IN1K4fKaJbU3XfC yIwEbwMnmpF3QSzjLjF6aq8X9J1qdjMcObHvP3fwi4tUDLGLiMOqsdkiA0fpROXpwrOa IDYhAA+P/hNRo020MHRtB6gGvo+IHjvoDTtnjTx8meqJuLBjHjvcby9ldCP2zqV75nz3 L7nQ== MIME-Version: 1.0 Received: by 2002:a17:906:c309:0:0:0:0 with HTTP; Wed, 11 Sep 2019 08:51:14 -0700 (PDT) In-Reply-To: References: From: Eric Gallager Date: Wed, 11 Sep 2019 15:51:00 -0000 Message-ID: Subject: Re: Enabling Ctags Tree Wide for GCC To: Nicholas Krause Cc: gcc@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00081.txt.bz2 On 9/11/19, Nicholas Krause wrote: > Greetings, > > I was wondering what is the easiest way to allow source tree wide ctags. > There doesn't > > seem to be a make x command for it nor any real documentation online and > it would > > be nice to have. > ISTR this topic coming up 2 years ago: https://gcc.gnu.org/ml/gcc/2017-09/msg00266.html > > Thanks, > > Nick > >