Files
clang-p2996/libcxx/test/tools
Mark de Wever 2c629eb508 [libc++][CI] Fixes error messages.
Fixes 2 error messages from the module test clang-tidy plugin.
- an issue where an empty filename can't be used in an AST matcher
- an issue where no filename is valid when testing the std module cppm
This reduces the output of the test, making it easier to find the real
error when the test fails.

Reviewed By: philnik, #libc

Differential Revision: https://reviews.llvm.org/D157741
2023-08-17 18:08:47 +02:00
..