...by not printing the body (as for functions) and not printing the
member initialization list.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 12115 Build 12115: arc lint + arc unit
Event Timeline
Comment Actions
Sorry for the noise, I'm just doing my first steps with "arc diff".
I've managed to restore this - please review or add more appropriate reviewers.
Comment Actions
LGTM
lib/AST/DeclPrinter.cpp | ||
---|---|---|
612 | NIT: This function is getting a bit unwieldy. You might want to extract the initializer printing code into a new function in a pre/post commit. |
Comment Actions
Thanks for the fast review! :)
Please land/submit this for me as I don't have permissions for this.
lib/AST/DeclPrinter.cpp | ||
---|---|---|
612 | Will do. |
lib/AST/DeclPrinter.cpp | ||
---|---|---|
612 |
Comment Actions
Thanks Alex!
FYI, please remember to CC cfe-commits for your future patches.
Oh, OK. I guess I somehow assumed arc diff would took care of that.
NIT: This function is getting a bit unwieldy. You might want to extract the initializer printing code into a new function in a pre/post commit.