Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
Analysis
/
inlining
/
path-notes.cpp
c704f4d
[Analyzer] Define and use diff_plist in tests, NFC
by Mikhail Maltsev
· 7 years ago
5594866
[analyzer] [NFC] Change the tests by making the version check more resilient
by George Karpenkov
· 7 years ago
8a88c83
Revert "Revert "Revert "Revert "[analyzer] Add coverage information to plist output, update tests""""
by George Karpenkov
· 7 years ago
b746df0
Revert "Revert "Revert "[analyzer] Add coverage information to plist output, update tests"""
by Simon Pilgrim
· 7 years ago
d7acaca
Revert "Revert "[analyzer] Add coverage information to plist output, update tests""
by George Karpenkov
· 7 years ago
5b26361
Move test inputs into Inputs directory.
by Richard Smith
· 7 years ago
09a9e3a
[analyzer] [NFC] [tests] Move plist-based diagnostics tests to separate files, use diff instead of a FileCheck
by George Karpenkov
· 7 years ago
3916509
[analyzer] [NFC] Remove unused Extensive diagnostic setting,
by George Karpenkov
· 7 years ago
fbd9678
[analyzer] De-duplicate path diagnostics for each exploded graph node.
by Artem Dergachev
· 8 years ago
fee1010
[analyzer] trackNullOrUndefValue: always track through parentheses and casts.
by Artem Dergachev
· 8 years ago
184c624
Reland 4: [analyzer] NFC: Update test infrastructure to support multiple constraint managers
by Dominic Chen
· 9 years ago
09d66f7
Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multiple constraint managers"
by Dominic Chen
· 9 years ago
feaf9ff
Reland 3: [analyzer] NFC: Update test infrastructure to support multiple constraint managers
by Dominic Chen
· 9 years ago
4a90bf8
Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multiple constraint managers"
by Dominic Chen
· 9 years ago
1cb0256
Reland 2: [analyzer] NFC: Update test infrastructure to support multiple constraint managers
by Dominic Chen
· 9 years ago
00355a5
Revert "Reland: [analyzer] NFC: Update test infrastructure to support multiple constraint managers"
by Dominic Chen
· 9 years ago
59cd893
Reland: [analyzer] NFC: Update test infrastructure to support multiple constraint managers
by Dominic Chen
· 9 years ago
8589e10c
Revert "[analyzer] NFC: Update test infrastructure to support multiple constraint managers"
by Dominic Chen
· 9 years ago
02064a3
[analyzer] NFC: Update test infrastructure to support multiple constraint managers
by Dominic Chen
· 9 years ago
efec163
[analyzer] Bug identification
by Gabor Horvath
· 10 years ago
5f4d76e
Record correct source range for defaulted/deleted members.
by Eli Bendersky
· 11 years ago
c18a113
[Static Analyzer] The name of the checker that reports a bug is added
by Gabor Horvath
· 11 years ago
b3b0b80
Fix/Improve SourceRange of explicitly defaulted members
by Daniel Jasper
· 11 years ago
f743275
Add -Wtautological-undefined-compare and -Wundefined-bool-conversion warnings
by Richard Trieu
· 11 years ago
b8d17e7
Correctly set brace range for CXXConstructExprs formed by list initialization.
by Peter Collingbourne
· 12 years ago
1417a7b
[analyzer] Don't crash when a path goes through a 'delete' destructor call.
by Jordan Rose
· 12 years ago
e83cb09
Revert "[analyzer] Handle zeroing CXXConstructExprs."
by Jordan Rose
· 12 years ago
4ace1a7
[analyzer] Handle zeroing CXXConstructExprs.
by Jordan Rose
· 12 years ago
5e2b3a3
[analyzer] Enable the new edge algorithm by default.
by Jordan Rose
· 12 years ago
e5e416c
[analyzer] Fix a crash triggered by printing a note on a default argument
by Anna Zaks
· 12 years ago
4e16b29
[analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::createEndOfPath for greater code reuse
by Anna Zaks
· 12 years ago
4e88300
[analyzer] Correct the comment
by Anna Zaks
· 12 years ago
05139ff
[analyzer] Tweak getDerefExpr more to track DeclRefExprs to references.
by Anna Zaks
· 12 years ago
1baf545
[analyzer] Improve dereferenced expression tracking for MemberExpr with a dot and non-reference base
by Anna Zaks
· 12 years ago
7460deb
[analyzer] Add pretty printing to CXXBaseObjectRegion.
by Anna Zaks
· 12 years ago
0881b88
[analyzer] Add more specialized error messages for corner cases as per Jordan's code review for r179396
by Anna Zaks
· 12 years ago
685e913
[analyzer] Print a diagnostic note even if the region cannot be printed.
by Anna Zaks
· 12 years ago
526d93c
[analyzer] Show "Returning from ..." note at caller's depth, not callee's.
by Jordan Rose
· 12 years ago
ce781ae
[analyzer] Don't emit extra context arrow after returning from an inlined call.
by Jordan Rose
· 12 years ago
ece622a
[analyzer] Show path diagnostic for C++ initializers
by Anna Zaks
· 12 years ago
b41977f
[analyzer] Check for returning null references in ReturnUndefChecker.
by Jordan Rose
· 13 years ago
801916b
[analyzer] Suppress paths involving a reference whose rvalue is null.
by Jordan Rose
· 13 years ago
a60e926
[analyzer] Fix test for r173067.
by Jordan Rose
· 13 years ago
78328be
[analyzer] Show notes inside implicit calls at the last explicit call site.
by Jordan Rose
· 13 years ago
d8876a7
[analyzer] Don't show "Entered 'foo'" if 'foo' is implicit.
by Jordan Rose
· 13 years ago
1dc3940
[analyzer] Special path notes for C++ special member functions.
by Jordan Rose
· 13 years ago
fe856d5
[analyzer] Do a better job describing C++ member functions in the call stack.
by Jordan Rose
· 13 years ago