This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 271075

Summary: Megatons of "llvm.alignOf not yet implemented" messages in console
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: Code ModelAssignee: Vladimir Voskresensky <vv159170>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Kvashin 2017-07-11 17:37:39 UTC
I created a ccfe 12.6 project from binaries. While it is parsed I sow *hundreds* of console screens filled with the same message:

llvm.alignOf not yet implemented
llvm.alignOf not yet implemented
llvm.alignOf not yet implemented
...

And also messages like
$sizeof_VarDeclBitfields not yet implemented
$sizeof_ParmVarDeclBitfields not yet implemented
$sizeof_NonParmVarDeclBitfields not yet implemented
(although these are kinof 10 times more rare - but lots of them either)

Sure that's in NetBeans 9 dev, with assertions on.
But I think that even in dev version with -ea that's too much
Comment 1 Vladimir Voskresensky 2017-07-12 09:50:30 UTC
Vladimir. Do you have clank-static analyzer on?
Comment 2 Vladimir Voskresensky 2017-07-12 09:52:10 UTC
Because $sizeof_VarDeclBitfield and alike could be printed only when Parser/Sema components work
Comment 3 soldatov 2017-10-02 12:36:03 UTC
I see huge log if I switched on Editor > Hints > C/C++ > Clank Diagnostics (Experimental) check box
Comment 5 Quality Engineering 2017-10-06 02:17:41 UTC
Integrated into 'main-silver', will be available in build *201710060002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/472517bb2421
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #271075 - Megatons of "llvm.alignOf not yet implemented" messages in console (binary)