[PATCH] D134852: [clang-format][NFC] Clean up class HeaderIncludes and Format.cpp

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 29 00:11:33 PDT 2022


MyDeveloperDay added inline comments.


================
Comment at: clang/lib/Format/Format.cpp:2774
-
-const char CppIncludeRegexPattern[] =
-    R"(^[\t\ ]*#[\t\ ]*(import|include)[^"<]*(["<][^">]*[">]))";
----------------
Did I miss where this comes from now?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134852/new/

https://reviews.llvm.org/D134852



More information about the cfe-commits mailing list