[Issue 11823] ddoc: built-in symbols with leading underscore should be specially parsed

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jan 30 23:56:53 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=11823



--- Comment #3 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2014-01-30 23:56:50 PST ---
(In reply to comment #2)
> I'm not sure this is the right approach. An alternative is to recognize
> __FILE__, etc., as special.

Well according to the spec compiler-reserved symbols start with double
underscores, so I picked that approach. I guess we could instead implement an
isBuiltinSymbol check?

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list