[clang] 00bc76e - Move Basic{Reader,Writer} emission into ASTPropsEmitter; NFC.

John McCall via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 16 13:08:42 PST 2019


On 16 Dec 2019, at 15:11, John McCall wrote:
> On 16 Dec 2019, at 15:07, Vedant Kumar wrote:
>> Hi John,
>>
>> The lldb bot went red after your clang AST changes landed: 
>> http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake/4801/changes#detail0 
>> <http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake/4801/changes#detail0>
>>
>> All of the test failures were due to a clang assertion:
>>
>> Assertion failed: (isOverloadedOperator() && "Template name isn't an 
>> overloaded operator?"), function getOperator, file 
>> /Users/buildslave/jenkins/workspace/lldb-cmake/llvm-project/clang/include/clang/AST/TemplateName.h, 
>> line 520.
>>
>> Perhaps this is related to "Commit a9db0d9f - Use property-based 
>> serialization for TemplateName"?
>
> Sorry, I’ll take a look.

Should be fixed in 803403afc83f659be1c620eb1896dcf704b18b0a.

John.


More information about the cfe-commits mailing list