Update IncludeSorter/IncludeInserter to support objective-c google style (part 1):
- Correctly consider .mm/.m extensions
- Correctly categorize category headers.
- Add support for generated files to go in a separate section of imports
Differential D89276
Support ObjC in IncludeInserter compositeprimes on Oct 12 2020, 2:58 PM. Authored by
Details
Update IncludeSorter/IncludeInserter to support objective-c google style (part 1):
Diff Detail
Event TimelineComment Actions clang-format is complaining about my ordering of headers in my test case in IncludeInserterTest (but that's correct objc formatting). Not sure if there's a way to disable that on those lines |