[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:13:45 PDT 2022
kwk added a comment.
I found another problem with both regular expressions (pre mine and mine): They cannot find
/* a comment before */ #include <foo>
Is this a known problem @MyDeveloperDay @owenpan @krasimir ?
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