================ @@ -414,6 +404,9 @@ Improvements to Clang's diagnostics - Clang now emits a diagnostic in case `vector_size` or `ext_vector_type` attributes are used with a negative size (#GH165463). +- A new warning ``-Wshadow-header`` has been added to detect when a header file + is found in multiple search directories(excluding system paths). ---------------- ecnelises wrote:
nit: space before left parenthesis https://github.com/llvm/llvm-project/pull/162491 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
