diff options
| author | Anna Zaks <ganna@apple.com> | 2012-03-14 18:58:28 +0000 |
|---|---|---|
| committer | Anna Zaks <ganna@apple.com> | 2012-03-14 18:58:28 +0000 |
| commit | d4e9059fe0af95c0b0ef75f99e8c1a5b005c3ca2 (patch) | |
| tree | 2da0a00914c956a88f05450083588d8a7666c0e5 /clang/test/Analysis/inline-plist.c | |
| parent | a88fdd3cddb4eb9d0e3d783eb06ebdbd7d311b65 (diff) | |
| download | bcm5719-llvm-d4e9059fe0af95c0b0ef75f99e8c1a5b005c3ca2.tar.gz bcm5719-llvm-d4e9059fe0af95c0b0ef75f99e8c1a5b005c3ca2.zip | |
[analyzer] Diagnostics: Supply Caller information even if the bug occurs
in the callee.
llvm-svn: 152734
Diffstat (limited to 'clang/test/Analysis/inline-plist.c')
| -rw-r--r-- | clang/test/Analysis/inline-plist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/inline-plist.c b/clang/test/Analysis/inline-plist.c index 15b2070f239..852e93dff66 100644 --- a/clang/test/Analysis/inline-plist.c +++ b/clang/test/Analysis/inline-plist.c @@ -281,7 +281,7 @@ void test_has_bug() { // CHECK: </dict> // CHECK: <key>depth</key><integer>1</integer> // CHECK: <key>extended_message</key> -// CHECK: <string>Entered call +// CHECK: <string>Entered call from 'test_has_bug'</string> // CHECK: <key>message</key> // CHECK: <string>Entered call // CHECK: </dict> |

