Sirraide wrote:

Ok, looks like the clang-tidy test failure is related to the `-header-filter` 
option:
```C++
// Check that `-header-filter` operates on the same file paths as paths in
// diagnostics printed by ClangTidy.
#include "dir1/dir2/../header_alias.h"
// CHECK_HEADER_ALIAS: dir1/dir2/../header_alias.h:1:11: warning: 
single-argument constructors
```

So, I guess my question is now, should the header filter apply to the original 
filename, the simplified filename, or both?

@AaronBallman Thoughts? Or alternatively who do best ping for clang-tidy 
related questions?

https://github.com/llvm/llvm-project/pull/143520
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to