[PATCH] D18724: Fixed Dwarf debug info emission to skip DILexicalBlockFile entries

Amjad Aboud via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 14:18:26 PDT 2016


aaboud added a comment.

> As for names, yeah... be nice if we had a better name for LexicalBlockFile - it's not really a LexicalBlock at all, as such. Though I suppose we still use them as strict nesting, etc. Meh.


David, do you suggest a different name for the function I am adding, or you want to change the name of the DILexicalBlockFile?
How about these suggested names:
getNonFileScope()
getRealScope()
getSourceLocalScope()

Or you prefer other name?


http://reviews.llvm.org/D18724





More information about the llvm-commits mailing list