Add AVR target streamer classes. A fairly trivial patch.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.cpp | ||
---|---|---|
36–37 ↗ | (On Diff #45236) | This should probably be a function rather than just marking a region with braces |
lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.cpp | ||
---|---|---|
37–38 ↗ | (On Diff #46502) | Done - cheers Matt. |
Comment Actions
I'm not particularly familiar with MC bits, but besides these minor cleanups this looks OK to me
lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.cpp | ||
---|---|---|
21–22 ↗ | (On Diff #46502) | Convention is for new functions to start with a lowercase letter, and to use static functions instead of an anonymous namespace. |
74–76 ↗ | (On Diff #46502) | Convention is also that the ELF / other specific object format Streamer be kept in a separate file |
C++ style comments