[PATCH] D143691: Fix clang-formats IncludeCategory to match the documentation

Fabian Keßler via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 9 16:55:22 PST 2023


Febbe added inline comments.


================
Comment at: clang/lib/Tooling/Inclusions/HeaderIncludes.cpp:16
 #include <optional>
 
 namespace clang {
----------------
`<limits>` is used, but not included. Currently, it works, since another header already included it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143691



More information about the cfe-commits mailing list