aeubanks wrote: > This is fine, but IMHO we should also rename the test to something shorter. > Long paths are a pain in explorer.exe and other places too.
the test name is kinda long, but the thing that's actually failing is the generated file name inside the test [here](https://github.com/llvm/llvm-project/blob/33de41988fcac8c3e1475fbe9a04ddb0375ba67d/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/pro-bounds-avoid-unchecked-container-access.cpp#L72). we could fix that test, but I'd rather just make this less of a problem in general https://github.com/llvm/llvm-project/pull/155318 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
