This patch add the dataflow option to LLVM_USE_SANITIZER and documents
it.
I built the libcxx and cxx targets with this option and then ran ninja check-cxx.
Edit: Some failing tests: (see bug: https://bugs.llvm.org/show_bug.cgi?id=45621)
Unexpected failures libcxx/atomics/atomics.align/align.pass.sh.cpp std/strings/string.conversions/stoull.pass.cpp std/utilities/charconv/charconv.to.chars/integral.pass.cpp std/utilities/tuple/tuple.tuple/tuple.apply/apply_large_arity.pass.cpp
Nit: "How to build libc++"