aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/CodeMetrics.cpp
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2013-01-21 10:07:49 +0000
committerManuel Klimek <klimek@google.com>2013-01-21 10:07:49 +0000
commit762dd189a4c1c7db7b826d0e057edf980d7fe3ca (patch)
treec4f11e8c3f51524b316e3d21c7bd0db9569762c2 /llvm/lib/Analysis/CodeMetrics.cpp
parent3fd1260155750203f9cb6029ec1f5fa8fc4e4673 (diff)
downloadllvm-762dd189a4c1c7db7b826d0e057edf980d7fe3ca.zip
llvm-762dd189a4c1c7db7b826d0e057edf980d7fe3ca.tar.gz
llvm-762dd189a4c1c7db7b826d0e057edf980d7fe3ca.tar.bz2
Fix parsing of return statements.
Previously, we would not detect brace initializer lists in return statements, thus: return (a)(b) { 1, 2, 3 }; would put the semicolon onto the next line. llvm-svn: 173017
Diffstat (limited to 'llvm/lib/Analysis/CodeMetrics.cpp')
0 files changed, 0 insertions, 0 deletions