<div dir="ltr">Hello! <br><br>I am developing a clang-tidy check to perform some sort of parameter validation. I can access CFG information in my check, and I am trying to use LiveVariables information too, but I haven't been able to do so. Apparently, it is possible to do it for a clang static analyzer check, as mentioned here: <a href="http://clang-developers.42468.n3.nabble.com/Dataflow-analysis-with-Libtooling-and-LiveVariables-td4042736.html">http://clang-developers.42468.n3.nabble.com/Dataflow-analysis-with-Libtooling-and-LiveVariables-td4042736.html</a><br><br>However, when I try to include LiveVariables info in my check, the result is similar to the one reported here: <a href="http://clang-developers.42468.n3.nabble.com/Dataflow-analysis-with-Libtooling-and-LiveVariables-td4042736.html">http://clang-developers.42468.n3.nabble.com/Dataflow-analysis-with-Libtooling-and-LiveVariables-td4042736.html</a>. <br><br>Does anyone know if it is possible to use such information in a clang-tidy check? <br><br>Thanks,<br><br>Douglas<br><br></div>