a lot of Ref location outside file
message print out when dumping a HTML report
#59421
Labels
Ref location outside file
message print out when dumping a HTML report
#59421
running
clang-include-cleaner
to dump html report onSemaExpr.cpp
, it prints a lot of the error messages because of the def include pattern is used in the main file.This is a FIXME in https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/include-cleaner/lib/HTMLReport.cpp#L224. Options:
llvm::errs
statement directlyThe text was updated successfully, but these errors were encountered: