Skip to content

Commit 0ca0fba

Browse files
committed
Add resurrecting Type Validators to projects.rst
1 parent 29b2f64 commit 0ca0fba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lldb/docs/status/projects.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,3 +408,12 @@ a sketch of this in the settings parsing code) was to be able to say:
408408
(lldb) settings set target{arch=x86_64}.process.thread{name=foo}...
409409

410410
The exact details are still to be worked out, however.
411+
412+
Resurrect Type Validators
413+
-------------------------
414+
415+
This half-implemented feature was removed in
416+
https://reviews.llvm.org/D71310 but the general idea might still be
417+
useful: Type Validators look at a ValueObject, and make sure that
418+
there is nothing semantically wrong with the object's contents to
419+
easily catch corrupted data.

0 commit comments

Comments
 (0)