Commits

Slava Pestov committed 5f8426b2063
IRGen: More precise logic in debug info emission for globals Previously we were using "has public visibility" as a proxy for "comes from user code", which was OK because all global variables had public linkage, even if they were internal or private in the AST. Now that this is about to change, let's check that we have a SILLocation instead.