summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/null-deref-ps.c
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] NonNullParamChecker and CStringChecker parameter number in checker...Kristof Umann2019-09-031-3/+3
* [Sema] Re-land: Diagnose tautological comparison with type's min/max valuesRoman Lebedev2017-10-151-2/+2
* Revert "[Sema] Diagnose tautological comparison with type's min/max values"Roman Lebedev2017-10-121-2/+2
* [Analysis] Un-silence -Wtautological-unsigned-zero-compare in null-deref-ps.cRoman Lebedev2017-10-121-2/+2
* [Analysis] Silence -Wtautological-constant-compare in two testsRoman Lebedev2017-10-121-2/+2
* [analyzer] Clarify 'uninitialized function argument' messagesDaniel Marjamaki2017-03-081-1/+1
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-2/+2
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-2/+2
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-2/+2
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-2/+2
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-2/+2
* [analyzer] Drop explicit mention of range constraint solverDominic Chen2016-12-011-2/+2
* [analyzer] Don't report null dereferences on address_space annotated memoryAnna Zaks2016-01-061-0/+18
* [analyzer] Remove IdempotentOperations checker.Ted Kremenek2014-01-041-3/+3
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-051-1/+1
* Fix analyzer tests.Ted Kremenek2012-08-241-2/+2
* [frontend] Don't allow a mapping to a warning override an error/fatal mapping.Chad Rosier2012-02-031-2/+2
* Reenable DeadStoresChecker under --analyze, and move the IdempotentOperations...Ted Kremenek2012-01-201-2/+2
* [analyzer] Do not invalidate arguments when the parameter'sAnna Zaks2011-12-201-1/+22
* [analyzer] The compiler warning was disabling the analyzer in this test.Anna Zaks2011-11-181-1/+1
* [analyzer] Add -analyzer-purge option which can take on multiple values, remo...Anna Zaks2011-09-301-1/+1
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-2/+2
* Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek2011-07-281-2/+0
* Re-enable the IdempotentOperations checker for --analyze, and put it and the ...Ted Kremenek2011-03-121-4/+4
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-4/+4
* [analyzer] Migrate AttrNonNullChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-4/+4
* [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis2011-02-241-4/+4
* [analyzer] Use the new registration mechanism on the IdempotentOperationChecker.Argyrios Kyrtzidis2011-02-151-4/+4
* Tweak null dereference checker to give better diagnostics for null dereferenc...Ted Kremenek2010-10-261-3/+3
* Clean up obtuse wording of checker diagnostic of using an uninitialized value...Ted Kremenek2010-09-091-1/+1
* Put the tautological-comparison-of-unsigned-against-zero warnings inJohn McCall2010-09-081-1/+1
* sabre points out that the timing here is pretty pessimal; I'll retry theJohn McCall2010-09-021-1/+1
* Experimentally move the tautological comparison warnings from -Wsign-compareJohn McCall2010-09-021-1/+1
* Added checking of (x == x) and (x != x) to IdempotentOperationChecker and upd...Tom Care2010-08-271-1/+1
* Enabled relaxed LiveVariables analysis in the path-sensitive engine to increa...Tom Care2010-08-271-1/+20
* Added psuedo-constant analysis and integrated it into the false positive redu...Tom Care2010-08-181-1/+1
* Improved IdempotentOperationChecker false positives and false negatives.Tom Care2010-08-121-22/+2
* Finesse 'idempotent operations' analyzer issues to include the opcode of the ...Ted Kremenek2010-07-271-1/+1
* Improved false positive rate for the idempotent operations checker and moved ...Tom Care2010-07-161-1/+1
* fix PR7280 by making the warning on code like this:Chris Lattner2010-07-111-4/+4
* If a nonnull argument evaluates to UnknownVal, don't warn (and don't crash).Jordy Rose2010-06-211-0/+5
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-2/+2
* Tweak null dereference diagnostics to give clearer diagnostics whenTed Kremenek2010-03-231-2/+2
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-4/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-4/+4
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-4/+4
OpenPOWER on IntegriCloud