[PATCH] D121370: [clang-format] SortIncludes should support "@import" lines in Objective-C
Konrad Wilhelm Kleine via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 3 09:00:10 PDT 2022
kwk planned changes to this revision.
kwk added a comment.
Some thing that doesn't work at the moment is ordering an include like this:
#include /*some include*/ "wontwork.h"
I wonder if it worked before. Let's see. Yes it worked. Grrr. I guess I need to do more...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121370/new/
https://reviews.llvm.org/D121370
More information about the cfe-commits
mailing list