llvm-project/clang/lib
Ted Kremenek 8adeebb274 Added initial support into the flow-sensitive dataflow solver to visit the Block-level expression
in a block's terminator.  This expression is visited within a block, but it is accessed by the
terminator.  This is important to observe because for live-variables analysis the block-level
expression is live between the terminator and where the expression occurs in the block.  So far
this hasn't been an issue to not observe this because the block-level expression used in the
terminator is always the last one in the block, and we have never queried the liveness information
about this point (but before the terminator).

llvm-svn: 49709
2008-04-15 04:39:08 +00:00
..
AST New AST representation for each objc2's property declaration. 2008-04-14 23:36:35 +00:00
Analysis Added initial support into the flow-sensitive dataflow solver to visit the Block-level expression 2008-04-15 04:39:08 +00:00
Basic Fix regression in Diagnostic that caused it to not register the number 2008-04-14 21:21:38 +00:00
CodeGen Enable clang to codegen emmintrin.h until we have our own emmintrin.h 2008-04-14 04:49:57 +00:00
Headers Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
Lex Fix typo 2008-04-14 02:26:39 +00:00
Parse New AST representation for each objc2's property declaration. 2008-04-14 23:36:35 +00:00
Rewrite Fix a corner case that ted hit in -emit-html, rdar://5863212 2008-04-15 02:26:21 +00:00
Sema New AST representation for each objc2's property declaration. 2008-04-14 23:36:35 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00