Preparatory change for D65043.
We current use !=LS_Cpp03 to enable language standards 11,14,17, and
2a. >=LS_Cpp11 is better if we decide to add new LanguageStandard in
the future.
Differential D65183
[Format] Make it easy to add new format::FormatStyle::LanguageStandard. NFCI MaskRay on Jul 23 2019, 7:21 PM. Authored by
Details
Preparatory change for D65043. We current use !=LS_Cpp03 to enable language standards 11,14,17, and
Diff Detail
Event TimelineComment Actions LGTM, but I don't actively work in this codebase so I really can't say. I'll wait to hear from some other more active clang-format reviewers.
Comment Actions I haven't really understood D65043 yet, but I think this is a good change either way.
|