diff options
| author | Kristof Umann <dkszelethus@gmail.com> | 2019-08-22 03:08:48 +0000 |
|---|---|---|
| committer | Kristof Umann <dkszelethus@gmail.com> | 2019-08-22 03:08:48 +0000 |
| commit | 0f9e530c0f4d2449b093f08b7d46bd2ef174578c (patch) | |
| tree | 5faa77e9eb2a3fb8e69b1ddbae8e0fe8afd9c3ff /clang/test/Analysis/diagnostics | |
| parent | 4d71600c113243b0f3eb04c2308f0eda60bfccaa (diff) | |
| download | bcm5719-llvm-0f9e530c0f4d2449b093f08b7d46bd2ef174578c.tar.gz bcm5719-llvm-0f9e530c0f4d2449b093f08b7d46bd2ef174578c.zip | |
[analyzer] Enable control dependency condition tracking by default
This patch concludes my GSoC'19 project by enabling track-conditions by default.
Differential Revision: https://reviews.llvm.org/D66381
llvm-svn: 369616
Diffstat (limited to 'clang/test/Analysis/diagnostics')
| -rw-r--r-- | clang/test/Analysis/diagnostics/no-store-func-path-notes.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Analysis/diagnostics/no-store-func-path-notes.m b/clang/test/Analysis/diagnostics/no-store-func-path-notes.m index 0136389efe6..6ef162e4ecd 100644 --- a/clang/test/Analysis/diagnostics/no-store-func-path-notes.m +++ b/clang/test/Analysis/diagnostics/no-store-func-path-notes.m @@ -16,6 +16,7 @@ extern int coin(); return 0; } return 1; // expected-note{{Returning without writing to '*var'}} + // expected-note@-1{{Returning the value 1, which participates in a condition later}} } @end |

