Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
If we remove it from here, then it will get removed from the documentation
Also if you remove it, then the ClangFormatStyleOptions.rst needs to be regenerated. But somehow I think we need that comment no? incase someone is looking up their legacy options when migrating?
Comment Actions
Good catch! I will regenerate it.
But somehow I think we need that comment no? incase someone is looking up their legacy options when migrating?
IIRC there were other deprecated options that were removed from Format.h. These two options were old enough and IMO we left them in Format.h long enough. Nevertheless, I will see if we can add the comments back without keeping the FormatStyle members.