================ @@ -0,0 +1,29 @@ +// RUN: not %clang_cc1 %s -fmessage-length=40 -fcolor-diagnostics -fno-show-source-location -Wunused-value -o - 2>&1 | FileCheck %s + +// REQUIRES: ansi-escape-sequences + ---------------- tbaederr wrote:
well this test is specifically about the source highlighting, I assume we already have tests for caret and source range positioning elsewhere. https://github.com/llvm/llvm-project/pull/164941 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
