Private headers should be the last resort, even if they match the name
of a symbol. It's pretty common in umrella headers to have internal file names
that match the symbol (e.g. Eigen::Matrix, declared in private header Matrix.h,
and exposed in umbrella header Eigen/Core).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks.
clang-tools-extra/include-cleaner/unittests/FindHeadersTest.cpp | ||
---|---|---|
474 | nit: would be better to split this into multiple lines. |
nit: would be better to split this into multiple lines.