llvm-project/llvm/lib/Testing/Support
Tom Praschan 3cf14a7bdc [Support] Add support for attaching payloads to points and ranges
This is useful where tests previously encoded information in the name
names of ranges and points. Currently, this is pretty limited because
names consist of only alphanumeric characters and '_'.

With this patch, we can keep the names simple and attach optional
payloads to ranges and points instead.

The new syntax should be fully backwards compatible (if I haven't missed
anything). I tested this against clangd unit tests and everything still passes.

Differential Revision: https://reviews.llvm.org/D137909
2022-11-18 15:00:23 +01:00
..
Annotations.cpp [Support] Add support for attaching payloads to points and ranges 2022-11-18 15:00:23 +01:00
CMakeLists.txt Revert "[llvm] [cmake] Set EXCLUDE_FROM_ALL on gtest and TestingSupport" 2022-11-06 09:06:16 +01:00
Error.cpp
SupportHelpers.cpp