[klee-dev] how KLEE handles variable scoping

Dan Liew dan at su-root.co.uk
Fri Apr 8 18:43:31 BST 2016


On 8 April 2016 at 18:01, Sumit Kumar <sumit686215 at gmail.com> wrote:
> Hi,
>
> Can anyone please tell how KLEE handles variable scoping ?

KLEE executes LLVM IR. Clang is handling the variable scoping here so
that KLEE never sees any scoping issues.



More information about the klee-dev mailing list