[PATCH] D37529: [codeview] omit debug locations for nested exprs unless column info enabled
Bob Haarman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 6 17:34:19 PDT 2017
inglorion planned changes to this revision.
inglorion added a comment.
rnk and I talked about a different approach. The idea is to explicitly emit locations in some cases (e.g. inside compound statements, the braces of for loops, ...), and otherwise emit locations only when emitting column info or emitting non-codeview debug info. That may lead to more elegant code. I'll give it a try later.
https://reviews.llvm.org/D37529
More information about the cfe-commits
mailing list