diff options
author | Daniel Jasper <djasper@google.com> | 2013-02-14 14:26:07 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-02-14 14:26:07 +0000 |
commit | fc75908a7f58903a92c47e1ae02f9a05c36c9f59 (patch) | |
tree | d67702c82082f18588d408954c76f20b186238cc /lib/StaticAnalyzer/Core/ProgramState.cpp | |
parent | 68a932d416c52cef609e2c6c79ae99cbf4b9acd6 (diff) |
Reduce penalty for breaking before ./-> after complex calls.
This gives a clearer separation of the context, e.g. in GMOCK
statements.
Before:
EXPECT_CALL(SomeObject,
SomeFunction(Parameter)).WillRepeatedly(Return(SomeValue));
After:
EXPECT_CALL(SomeObject, SomeFunction(Parameter))
.WillRepeatedly(Return(SomeValue));
Minor format cleanups.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175162 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Core/ProgramState.cpp')
0 files changed, 0 insertions, 0 deletions