This is just for code cleanup purposes. No functional change is intended.
Let me know if you like this or not.
Differential D9079
Refactoring, update MacroInfo interface so a for range can be used to iterate through the tokens danielmarjamaki on Apr 17 2015, 7:19 AM. Authored by
Details
This is just for code cleanup purposes. No functional change is intended. Let me know if you like this or not.
Diff Detail Event TimelineComment Actions thanks for adding cfe-commits.. I did not see how to do it. I could add you but not cfe-commits. Comment Actions Hi Daniel, Please always add cfe-commits to CC for all code reviews touching cfe or clang-tools-extra repositories. Seems to make things better. A couple of comments inline. Thanks!
Comment Actions
Yes:
Comment Actions Sorry for the delay. I was on vacation. Please address the comment and this should be fine to submit unless Richard has any comments.
|
This should return const SmallVectorImpl<Token> & to avoid dependency on the SmallVector inline storage size.