[clang-tools-extra] r290202 - [clang-tidy] Add modernize-use-default-member-init check

Malcolm Parsons via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 20 14:58:07 PST 2016


On 20 December 2016 at 22:32, Aaron Ballman <aaron at aaronballman.com> wrote:
> On Tue, Dec 20, 2016 at 4:26 PM, Malcolm Parsons via cfe-commits
> <cfe-commits at lists.llvm.org> wrote:
>> Author: malcolm.parsons
>> Date: Tue Dec 20 15:26:07 2016
>> New Revision: 290202
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=290202&view=rev
>> Log:
>> [clang-tidy] Add modernize-use-default-member-init check
>>
>> Summary: Fixes PR18858
>
> This appears to have broken one of the bots:
>
> http://bb.pgr.jp/builders/ninja-x64-msvc-RA-centos6/builds/33046

error: unknown type name 'char16_t'
error: unknown type name 'char32_t'

I see commented tests in other clang-tidy tests:

// TODO: enable these tests once all supported compilers
// support char16_t and char32_t (VS2013 does not)

    // disabled for now until it is clear
    // how to enable them in the test
    //} catch (const char16_t*) {

-- 
Malcolm Parsons


More information about the cfe-commits mailing list