Files
clang-p2996/clang-tools-extra/include-cleaner/lib/Analysis.cpp
kadir çetinkaya 4ef77d61b2 [include-cleaner] Attach Header to AnalysisResults for misisng headers (#110272)
Currently callers of analyze can't get detailed information about a
missing header, e.g. resolve path. Only way to get at this is to use low
level walkUsed funciton, which is way more complicated than just calling
analyze.

This enables further analysis, e.g. when includes are spelled relative
to inner directories, caller can still know their path relative to
repository root.
2024-09-30 04:57:19 +02:00

7.0 KiB