================ @@ -557,6 +557,10 @@ def warn_pp_hdrstop_filename_ignored : Warning< def remark_pp_search_path_usage : Remark< "search path used: '%0'">, InGroup<UsedSearchPath>; +def warn_header_shadowed + : Warning<"multiple candidates for header '%0' found; " + "using the one from '%1', shadowed by '%2'">, ---------------- Jinjie-Huang wrote:
Done. https://github.com/llvm/llvm-project/pull/162491 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
