Let lists have an trailing comma to allow cleaner diffs e.g:
def : Features<[FeatureA, FeatureB, ]>;
I could extend it to template arguments, if there is enough consensus on it.
Differential D59247
[TableGen] Let list elements have a trailing comma javed.absar on Mar 12 2019, 4:28 AM. Authored by
Details Let lists have an trailing comma to allow cleaner diffs e.g: def : Features<[FeatureA, FeatureB, ]>; I could extend it to template arguments, if there is enough consensus on it.
Diff Detail
|