From owner-svn-src-projects@FreeBSD.ORG Sun Feb 8 14:35:03 2015 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 267A863D for ; Sun, 8 Feb 2015 14:35:03 +0000 (UTC) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) (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 B0B04FE5 for ; Sun, 8 Feb 2015 14:35:02 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id l18so6170185wgh.9 for ; Sun, 08 Feb 2015 06:34:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=GVT5qAcmT+J3u8vwx/CSse2NxCju3coHN2sZrxG3SnM=; b=lM2tD9aXWx6jddsQuCY5ipWuATqXXvF57TRmYmmTPzSbggEFdpuBMqR9FZiEzwncQh OsrhNEFyNhhZuhvBaVoTRWueDZfzN26SprDGzhf9aIt7HgS9j+2plka2MtfDExobC5sm Dl8NCE6hiPvzyrWbmJNq94VykvGMSjHnv/dE81WKMPqHHWxZd2GkyBE20TOFjLtpeAem O7Q++gStwMSyYXATzddn4pahI5epmaxpJAWPfZCIlXw2ketWxEjJdjEzZTwUEcUTWxQk Ihd3wfxZOY3O/3Ryq0BcCHI7b/br6rPb9r/yjpMZK44kl0sx66o6VewN26CLw1qYc8Sq Dytw== X-Gm-Message-State: ALoCoQnypTXCvNeVq5mNco8/pneh5SzzSdMY6o+PaVjS2l5A45vLKejCHvpZysEz8meOBReKqWY+ X-Received: by 10.180.78.99 with SMTP id a3mr25046834wix.2.1423406094666; Sun, 08 Feb 2015 06:34:54 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id bv16sm10270988wib.0.2015.02.08.06.34.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 08 Feb 2015 06:34:53 -0800 (PST) From: Steven Hartland X-Google-Original-From: Steven Hartland Message-ID: <54D77408.5090700@freebsd.org> Date: Sun, 08 Feb 2015 14:34:48 +0000 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Ed Maste , src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: Re: svn commit: r278380 - in projects/clang360-import/contrib/llvm/tools/lldb/source: Expression Symbol References: <201502081428.t18ESi5j012778@svn.freebsd.org> In-Reply-To: <201502081428.t18ESi5j012778@svn.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2015 14:35:03 -0000 Out of interest what's the reason behind reverting the compat changes? On 08/02/2015 14:28, Ed Maste wrote: > Author: emaste > Date: Sun Feb 8 14:28:43 2015 > New Revision: 278380 > URL: https://svnweb.freebsd.org/changeset/base/278380 > > Log: > Revert LLDB compatibility changes for Clang 3.5 API > > This reverts FreeBSD SVN r275134 and r275127, restoring the following > upstream revisions: > > SVN git > 214335 59a1f270 > 214340 42f16b1e > 214501 26d6f063 > 215969 a083c0db > 216603 ee9cd340 > 216810 f534f503 >