From owner-freebsd-current@freebsd.org Fri Apr 6 02:07:42 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AB2FF96054 for ; Fri, 6 Apr 2018 02:07:42 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f177.google.com (mail-io0-f177.google.com [209.85.223.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9662B7DB83 for ; Fri, 6 Apr 2018 02:07:41 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f177.google.com with SMTP id b20so32913375iof.5 for ; Thu, 05 Apr 2018 19:07:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=ap8sT7wHCNs8k9AtoaZ0jngrt7E0AzidiazZLtVsnxI=; b=Ch8/Amkqct9IU7+l12rVdWKRBHn/bYMG1usfSivW7BTBkIxLIAoVW7BTrJ2DuOh2gU rkcQtCPSJMTOQ/HcP8Y7ba4pQ1WAf/S39iynareXY/aC7Z/1NyUmR6X015QohthTy4th 7S45u1Hra9udHqIETrwy+nRptLeVabTeneG7mqZ3YENHbGH8/SZ7jwrniVtM9Fdiot+j zKLP46ARWsGdMlVWLJI6YkNqZdMnptvja3XMwCUUPCtYC9qOJcExmqu6Fn8mOYkcxTJF Qc9rGCVkj0yNdETlKziycsy6YKNdiFJtF/KZ8nIOGFQU+72VS+2wunFl3Sr8VnnOtxYH WVVQ== X-Gm-Message-State: AElRT7HP3M4YyHPVkmJm74oWP0kmJer54o4LnFEVbWYxGdbl8ilZqyKW PUeqDrDtIIS6tyKaERJdmisccy9J X-Google-Smtp-Source: AIpwx49KcBgVkPFYngGlJY74vrsiPRzIhI+BcYJCjOmF4oBqzzwOn5D/SRdFtGTibNwEvgECsoL69Q== X-Received: by 10.107.57.133 with SMTP id g127mr20922884ioa.52.1522971458689; Thu, 05 Apr 2018 16:37:38 -0700 (PDT) Received: from mail-io0-f172.google.com (mail-io0-f172.google.com. [209.85.223.172]) by smtp.gmail.com with ESMTPSA id c103sm5648254ioj.49.2018.04.05.16.37.38 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Apr 2018 16:37:38 -0700 (PDT) Received: by mail-io0-f172.google.com with SMTP id p139so8578287iod.0 for ; Thu, 05 Apr 2018 16:37:38 -0700 (PDT) X-Received: by 10.107.168.78 with SMTP id r75mr22419242ioe.143.1522971458462; Thu, 05 Apr 2018 16:37:38 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.62.19 with HTTP; Thu, 5 Apr 2018 16:37:38 -0700 (PDT) In-Reply-To: <20180405223852.GA43120@troutmask.apl.washington.edu> References: <20180405223852.GA43120@troutmask.apl.washington.edu> From: Conrad Meyer Date: Thu, 5 Apr 2018 16:37:38 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: clang manual page? To: sgk@troutmask.apl.washington.edu Cc: freebsd-current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2018 02:07:42 -0000 To a first order approximation, the manual page for clang is gcc(1). Conrad On Thu, Apr 5, 2018 at 3:38 PM, Steve Kargl wrote: > Is anyone working on fixing the clang manual to actually > document the available options? > > % man clang > (search for -std=) > -std= > Specify the language standard to compile for. > > OK, what does mean? > > -- > Steve > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"