[clang-tools-extra] r250824 - Apply modernize-use-default to clang-tools-extra.
Tobias Grosser via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 20 14:24:42 PDT 2015
On 10/20/2015 02:56 PM, Angel Garcia Gomez via cfe-commits wrote:
> Author: angelgarcia
> Date: Tue Oct 20 07:56:27 2015
> New Revision: 250824
>
> URL: http://llvm.org/viewvc/llvm-project?rev=250824&view=rev
> Log:
> Apply modernize-use-default to clang-tools-extra.
>
> Summary: Replace empty bodies of default constructors and destructors with '= default'.
Hi Angel,
this breaks http://lab.llvm.org:8011/builders/perf-x86_64-penryn-O3. The
builder runs gcc 4.7.2. This version is clearly not the most recent one,
but still belongs to the set of gcc versions we currently document
as supported:
http://llvm.org/docs/GettingStarted.html#software
Could you please revert this change.
Thank you,
Tobias
More information about the cfe-commits
mailing list