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
/
null-deref-ps.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] NonNullParamChecker and CStringChecker parameter number in checker...
Kristof Umann
2019-09-03
1
-3
/
+3
*
[Sema] Re-land: Diagnose tautological comparison with type's min/max values
Roman Lebedev
2017-10-15
1
-2
/
+2
*
Revert "[Sema] Diagnose tautological comparison with type's min/max values"
Roman Lebedev
2017-10-12
1
-2
/
+2
*
[Analysis] Un-silence -Wtautological-unsigned-zero-compare in null-deref-ps.c
Roman Lebedev
2017-10-12
1
-2
/
+2
*
[Analysis] Silence -Wtautological-constant-compare in two tests
Roman Lebedev
2017-10-12
1
-2
/
+2
*
[analyzer] Clarify 'uninitialized function argument' messages
Daniel Marjamaki
2017-03-08
1
-1
/
+1
*
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] Drop explicit mention of range constraint solver
Dominic Chen
2016-12-01
1
-2
/
+2
*
[analyzer] Don't report null dereferences on address_space annotated memory
Anna Zaks
2016-01-06
1
-0
/
+18
*
[analyzer] Remove IdempotentOperations checker.
Ted Kremenek
2014-01-04
1
-3
/
+3
*
Correct hyphenations in comments and assert messages
Alp Toker
2013-12-05
1
-1
/
+1
*
Fix analyzer tests.
Ted Kremenek
2012-08-24
1
-2
/
+2
*
[frontend] Don't allow a mapping to a warning override an error/fatal mapping.
Chad Rosier
2012-02-03
1
-2
/
+2
*
Reenable DeadStoresChecker under --analyze, and move the IdempotentOperations...
Ted Kremenek
2012-01-20
1
-2
/
+2
*
[analyzer] Do not invalidate arguments when the parameter's
Anna Zaks
2011-12-20
1
-1
/
+22
*
[analyzer] The compiler warning was disabling the analyzer in this test.
Anna Zaks
2011-11-18
1
-1
/
+1
*
[analyzer] Add -analyzer-purge option which can take on multiple values, remo...
Anna Zaks
2011-09-30
1
-1
/
+1
*
[analyzer] rename all experimental checker packages to have 'experimental' be...
Ted Kremenek
2011-08-03
1
-2
/
+2
*
Really remove FlatStoreManager and BasicStoreManager, this time from the driv...
Ted Kremenek
2011-07-28
1
-2
/
+0
*
Re-enable the IdempotentOperations checker for --analyze, and put it and the ...
Ted Kremenek
2011-03-12
1
-4
/
+4
*
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
1
-4
/
+4
*
[analyzer] Migrate AttrNonNullChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-28
1
-4
/
+4
*
[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...
Argyrios Kyrtzidis
2011-02-24
1
-4
/
+4
*
[analyzer] Use the new registration mechanism on the IdempotentOperationChecker.
Argyrios Kyrtzidis
2011-02-15
1
-4
/
+4
*
Tweak null dereference checker to give better diagnostics for null dereferenc...
Ted Kremenek
2010-10-26
1
-3
/
+3
*
Clean up obtuse wording of checker diagnostic of using an uninitialized value...
Ted Kremenek
2010-09-09
1
-1
/
+1
*
Put the tautological-comparison-of-unsigned-against-zero warnings in
John McCall
2010-09-08
1
-1
/
+1
*
sabre points out that the timing here is pretty pessimal; I'll retry the
John McCall
2010-09-02
1
-1
/
+1
*
Experimentally move the tautological comparison warnings from -Wsign-compare
John McCall
2010-09-02
1
-1
/
+1
*
Added checking of (x == x) and (x != x) to IdempotentOperationChecker and upd...
Tom Care
2010-08-27
1
-1
/
+1
*
Enabled relaxed LiveVariables analysis in the path-sensitive engine to increa...
Tom Care
2010-08-27
1
-1
/
+20
*
Added psuedo-constant analysis and integrated it into the false positive redu...
Tom Care
2010-08-18
1
-1
/
+1
*
Improved IdempotentOperationChecker false positives and false negatives.
Tom Care
2010-08-12
1
-22
/
+2
*
Finesse 'idempotent operations' analyzer issues to include the opcode of the ...
Ted Kremenek
2010-07-27
1
-1
/
+1
*
Improved false positive rate for the idempotent operations checker and moved ...
Tom Care
2010-07-16
1
-1
/
+1
*
fix PR7280 by making the warning on code like this:
Chris Lattner
2010-07-11
1
-4
/
+4
*
If a nonnull argument evaluates to UnknownVal, don't warn (and don't crash).
Jordy Rose
2010-06-21
1
-0
/
+5
*
Improve diagnostics when we fail to convert from a source type to a
Douglas Gregor
2010-04-09
1
-2
/
+2
*
Tweak null dereference diagnostics to give clearer diagnostics when
Ted Kremenek
2010-03-23
1
-2
/
+2
*
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
Ted Kremenek
2010-02-05
1
-4
/
+4
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-4
/
+4
*
Replace clang-cc with clang -cc1.
Zhongxing Xu
2009-12-14
1
-4
/
+4
[next]