aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/CodeCoverage.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-08-22 21:37:04 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-08-22 21:37:04 +0000
commit93be0b24b85dd57cc1ec5e46aa657668f90829e4 (patch)
tree221ee40cfef2b7e071b6bd0e39411e482e44c207 /llvm/tools/llvm-cov/CodeCoverage.cpp
parentcfe910b9d45a1e1a6af7fa85706fe464497f2b73 (diff)
downloadllvm-93be0b24b85dd57cc1ec5e46aa657668f90829e4.zip
llvm-93be0b24b85dd57cc1ec5e46aa657668f90829e4.tar.gz
llvm-93be0b24b85dd57cc1ec5e46aa657668f90829e4.tar.bz2
DebugInfo: Scope for condition variables more narrowly than the loop variable.
for loops introduce two scopes - one for the outer loop variable and its initialization, and another for the body of the loop, including any variable declared inside the loop condition. llvm-svn: 216288
Diffstat (limited to 'llvm/tools/llvm-cov/CodeCoverage.cpp')
0 files changed, 0 insertions, 0 deletions