llvm-project/clang/include
Anna Zaks 54f4d01bd3 [analyzer] Allow TrackConstraintBRVisitor to work when the value it’s tracking is not live in the last node of the path
We always register the visitor on a node in which the value we are tracking is live and constrained. However,
the visitation can restart at a node, later on the path, in which the value is under constrained because
it is no longer live. Previously, we just silently stopped tracking in that case.

llvm-svn: 179731
2013-04-17 22:29:47 +00:00
..
clang [analyzer] Allow TrackConstraintBRVisitor to work when the value it’s tracking is not live in the last node of the path 2013-04-17 22:29:47 +00:00
clang-c [libclang] Introduce clang_Location_isInSystemHeader to check if a location resides in a system header. 2013-04-12 17:06:51 +00:00
CMakeLists.txt
Makefile Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. 2010-06-08 20:34:18 +00:00