llvm-project/clang/include
DeLesley Hutchins 5533ec5c55 Consumed analysis: improve handling of conditionals.
Patch by chris.wailes@gmail.com.

* The TestedVarsVisitor was folded into the ConsumedStmtVisitor.
* The VarTestResult class was updated to allow these changes.
* The PropagationInfo class was updated for the same reasons.
* Correctly handle short-circuiting of Boolean operations.
* Blocks are now marked as unreachable when we can statically prove we will
  never branch to them.
* Unreachable blocks are skipped by the analysis.

llvm-svn: 189594
2013-08-29 17:26:57 +00:00
..
clang Consumed analysis: improve handling of conditionals. 2013-08-29 17:26:57 +00:00
clang-c libclang: cleanup unused includes in public header 2013-08-18 07:57:43 +00:00
CMakeLists.txt
Makefile