diff options
author | Ted Kremenek <kremenek@apple.com> | 2013-02-05 22:00:19 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2013-02-05 22:00:19 +0000 |
commit | 5846720f08a6b225484bfe663599c2b057a99bc8 (patch) | |
tree | f7344dc87cee63b004193048ecc9e9839c5ace49 /INSTALL.txt | |
parent | 9b0e9ed41dee29281f7bfd1209a7ebf3b2bbfddc (diff) |
Change subexpressions to be visited in the CFG from left-to-right.
This is a more natural order of evaluation, and it is very important
for visualization in the static analyzer. Within Xcode, the arrows
will not jump from right to left, which looks very visually jarring.
It also provides a more natural location for dataflow-based diagnostics.
Along the way, we found a case in the analyzer diagnostics where we
needed to indicate that a variable was "captured" by a block.
-fsyntax-only timings on sqlite3.c show no visible performance change,
although this is just one test case.
Fixes <rdar://problem/13016513>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174447 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'INSTALL.txt')
0 files changed, 0 insertions, 0 deletions