index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Analysis
/
inlining
/
path-notes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reapply r362994 & co "[analyzer][tests] Add normalize_plist to replace diff_p...
Hubert Tong
2019-06-11
1
-1
/
+1
*
Revert r362994 & co "[analyzer][tests] Add normalize_plist to replace diff_pl...
Reid Kleckner
2019-06-10
1
-1
/
+1
*
[analyzer][tests] Use normalize_plist in place of diff_plist (`cat` cases)
Hubert Tong
2019-06-10
1
-1
/
+1
*
[analyzer] [NFC] Reverse the argument order for "diff" in tests
George Karpenkov
2019-01-10
1
-1
/
+1
*
[Analyzer] Define and use diff_plist in tests, NFC
Mikhail Maltsev
2018-09-17
1
-1
/
+1
*
[analyzer] [NFC] Change the tests by making the version check more resilient
George Karpenkov
2018-09-11
1
-1
/
+1
*
Revert "Revert "Revert "Revert "[analyzer] Add coverage information to plist ...
George Karpenkov
2018-09-07
1
-1
/
+1
*
Revert "Revert "Revert "[analyzer] Add coverage information to plist output, ...
Simon Pilgrim
2018-09-07
1
-1
/
+1
*
Revert "Revert "[analyzer] Add coverage information to plist output, update t...
George Karpenkov
2018-09-07
1
-1
/
+1
*
Move test inputs into Inputs directory.
Richard Smith
2018-08-14
1
-1
/
+1
*
[analyzer] [NFC] [tests] Move plist-based diagnostics tests to separate files...
George Karpenkov
2018-08-10
1
-3627
/
+1
*
[analyzer] [NFC] Remove unused Extensive diagnostic setting,
George Karpenkov
2018-06-12
1
-71
/
+173
*
[analyzer] Fix diagnostics in callees of interesting callees.
Artem Dergachev
2018-04-03
1
-0
/
+302
*
Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-03
1
-2
/
+2
*
Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-2
/
+2
*
Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-2
/
+2
*
Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-2
/
+2
*
Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-2
/
+2
*
Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...
Dominic Chen
2017-02-28
1
-2
/
+2
*
Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-28
1
-2
/
+2
*
Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-27
1
-2
/
+2
*
[analyzer] NFC: Update test infrastructure to support multiple constraint man...
Dominic Chen
2017-02-27
1
-2
/
+2
*
[analyzer] Bug identification
Gabor Horvath
2015-10-22
1
-12
/
+36
*
[Static Analyzer] The name of the checker that reports a bug is added
Gabor Horvath
2015-02-09
1
-0
/
+12
*
[analyzer] Enable the new edge algorithm by default.
Jordan Rose
2013-06-03
1
-1
/
+1
*
[analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...
Anna Zaks
2013-04-23
1
-30
/
+200
*
[analyzer] Gain more precision retrieving the right SVal by specifying the ty...
Anna Zaks
2013-04-17
1
-0
/
+150
*
[analyzer] Address code review for r179395
Anna Zaks
2013-04-15
1
-0
/
+121
*
[analyzer]Print field region even when the base region is not printable
Anna Zaks
2013-04-12
1
-0
/
+263
*
[analyzer] Show "Returning from ..." note at caller's depth, not callee's.
Jordan Rose
2013-04-12
1
-6
/
+6
*
[analyzer] Don't emit extra context arrow after returning from an inlined call.
Jordan Rose
2013-04-12
1
-170
/
+0
*
[analyzer] Simple inline defensive checks suppression
Anna Zaks
2013-03-02
1
-714
/
+290
*
[analyzer] Use 'MemRegion::printPretty()' instead of assuming the region is a...
Ted Kremenek
2013-02-26
1
-17
/
+17
*
[analyzer] Plist: change the type of issue_hash from int to string.
Anna Zaks
2013-01-08
1
-9
/
+9
*
TrackConstraintBRVisitor and ConditionBRVisitor can emit similar
Ted Kremenek
2012-10-25
1
-299
/
+269
*
[analyzer] Suppress bugs whose paths go through the return of a null pointer.
Jordan Rose
2012-09-22
1
-2
/
+2
*
[analyzer] Track a null value back through FindLastStoreBRVisitor.
Jordan Rose
2012-09-22
1
-50
/
+481
*
Attempt (again) to stabilize the order of the emission of diagnostics
Ted Kremenek
2012-09-08
1
-2743
/
+2734
*
[analyzer] If the last store into a region came from a function, step into it.
Jordan Rose
2012-08-28
1
-35
/
+433
*
[analyzer] Look through casts when trying to track a null pointer dereference.
Jordan Rose
2012-08-27
1
-48
/
+401
*
[analyzer] If we dereference a NULL that came from a function, show the return.
Jordan Rose
2012-08-24
1
-0
/
+800
*
[analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests.
Jordan Rose
2012-08-21
1
-2
/
+2
*
[analyzer] Add plist output checks for all four "path notes" tests.
Jordan Rose
2012-08-06
1
-0
/
+1235
*
[analyzer] When a symbol is null, we should track its constraints.
Jordan Rose
2012-08-03
1
-1
/
+43
*
[analyzer] Flatten path diagnostics for text output like we do for HTML.
Jordan Rose
2012-08-03
1
-0
/
+14