[PATCH] D22856: [analyzer] Change -analyze-function to accept qualified names.

Anna Zaks via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 27 22:21:18 PDT 2016


zaks.anna added a comment.

We'd definitely want the same routine in both: printing the name in -analyzer-display-progress and be accepted by -analyze-function.

Looks like what ND->getQualifiedNameAsString() returns is not proper ObjC syntax, but maybe it's fine for the debug feature? Even though it is not very readable...


https://reviews.llvm.org/D22856





More information about the cfe-commits mailing list