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
/
plist-output.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Add minimal support for fix-it hints.
Artem Dergachev
2019-09-06
1
-1
/
+1
*
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
*
[analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by default
George Karpenkov
2018-08-29
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
-5973
/
+1
*
[analyzer] [NFC] Remove unused Extensive diagnostic setting,
George Karpenkov
2018-06-12
1
-116
/
+746
*
Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-03
1
-200
/
+6
*
Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-6
/
+200
*
Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-200
/
+6
*
Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-6
/
+200
*
Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-200
/
+6
*
Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...
Dominic Chen
2017-02-28
1
-6
/
+200
*
Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-28
1
-200
/
+6
*
Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-27
1
-6
/
+6
*
[analyzer] NFC: Update test infrastructure to support multiple constraint man...
Dominic Chen
2017-02-27
1
-6
/
+6
*
[analyzer] Add "Assuming..." diagnostic pieces for unsupported conditions.
Artem Dergachev
2016-10-05
1
-0
/
+126
*
[analyzer] Bug identification
Gabor Horvath
2015-10-22
1
-24
/
+70
*
[Static Analyzer] The name of the checker that reports a bug is added
Gabor Horvath
2015-02-09
1
-0
/
+23
*
[analyzer] Enable the new edge algorithm by default.
Jordan Rose
2013-06-03
1
-1
/
+1
*
CFG: In a DeclStmt, skip anything that's not a VarDecl.
Jordan Rose
2013-06-03
1
-4
/
+4
*
[analyzer] Set the allocation site to be the uniqueing location for retain co...
Anna Zaks
2013-04-23
1
-1
/
+1
*
[analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...
Anna Zaks
2013-04-23
1
-97
/
+369
*
[analyzer] Refine 'nil receiver' diagnostics to mention the name of the metho...
Ted Kremenek
2013-04-18
1
-0
/
+250
*
[analyzer] Handle Objc Fast enumeration for "loop is executed 0 times".
Ted Kremenek
2013-03-13
1
-19
/
+245
*
[analyzer] Teach FindLastStoreBRVisitor to understand stores of the same value.
Jordan Rose
2013-02-27
1
-87
/
+155
*
[analyzer] Use 'MemRegion::printPretty()' instead of assuming the region is a...
Ted Kremenek
2013-02-26
1
-24
/
+144
*
[analyzer] tracking stores/constraints now works for ObjC ivars or struct fie...
Ted Kremenek
2013-02-24
1
-0
/
+182
*
[analyzer] Implement "Loop executed 0 times" diagnostic correctly.
Ted Kremenek
2013-02-22
1
-33
/
+1552
*
Teach BugReporter (extensive diagnostics) to emit a diagnostic when a loop bo...
Ted Kremenek
2013-02-08
1
-0
/
+631
*
[analyzer] Plist: change the type of issue_hash from int to string.
Anna Zaks
2013-01-08
1
-12
/
+12
*
TrackConstraintBRVisitor and ConditionBRVisitor can emit similar
Ted Kremenek
2012-10-25
1
-58
/
+0
*
[analyzer] Tweak test to run the retain-count checker even on non-Darwin.
Jordan Rose
2012-10-06
1
-1
/
+1
*
[analyzer] Handle implicit statements used for end-of-path nodes' source locs.
Jordan Rose
2012-10-06
1
-34
/
+265
*
[analyzer] Track a null value back through FindLastStoreBRVisitor.
Jordan Rose
2012-09-22
1
-0
/
+92
*
Fix regression where "looping back to the head of" PathDiagnosticEvents
Ted Kremenek
2012-09-12
1
-23
/
+341
*
Fix bug in BugReporter::RemoveUneededCalls() where "prunable"
Ted Kremenek
2012-09-08
1
-0
/
+87
*
Attempt (again) to stabilize the order of the emission of diagnostics
Ted Kremenek
2012-09-08
1
-1470
/
+1519
*
[analyzer] Improve arrow locations for PseudoObjectExprs.
Jordan Rose
2012-08-06
1
-196
/
+399
*
[analyzer] Add experimental "issue hash" to the plist diagnostic.
Anna Zaks
2012-06-08
1
-0
/
+9
*
PlistDiagnostics: force the ranges for control-flow edges to be single locati...
Ted Kremenek
2012-06-05
1
-29
/
+28
*
Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that wh...
Ted Kremenek
2012-04-06
1
-8
/
+8
*
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2012-04-04
1
-1
/
+29
[next]