Add resurrecting Type Validators to projects.rst

This commit is contained in:
Adrian Prantl 2019-12-11 13:30:05 -08:00
parent 29b2f64ddb
commit 0ca0fba94d
1 changed files with 9 additions and 0 deletions

View File

@ -408,3 +408,12 @@ a sketch of this in the settings parsing code) was to be able to say:
(lldb) settings set target{arch=x86_64}.process.thread{name=foo}...
The exact details are still to be worked out, however.
Resurrect Type Validators
-------------------------
This half-implemented feature was removed in
https://reviews.llvm.org/D71310 but the general idea might still be
useful: Type Validators look at a ValueObject, and make sure that
there is nothing semantically wrong with the object's contents to
easily catch corrupted data.