← Back to index
|
Original Bugzilla link
Bug 14898 – Json output does not list extern(C++, namespace) functions
Status
NEW
Severity
normal
Priority
P3
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-08-10T11:10:45Z
Last change time
2024-12-13T18:44:05Z
Keywords
json
Assigned to
No Owner
Creator
Kenji Hara
Moved to GitHub: dmd#19024 →
Comments
Comment #0
by k.hara.pg — 2015-08-10T11:10:45Z
Test case: module test; extern(C++) void foo() {} extern(C++, ns) void bar() {} Generated test.json: [ { "name" : "test", "kind" : "module", "file" : "test.d", "members" : [ { "name" : "foo", "kind" : "function", "line" : 2, "char" : 18, "deco" : "RZv", "endline" : 2, "endchar" : 25 } ] } ]
Comment #1
by robert.schadek — 2024-12-13T18:44:05Z
THIS ISSUE HAS BEEN MOVED TO GITHUB
https://github.com/dlang/dmd/issues/19024
DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB