summaryrefslogtreecommitdiffstats
path: root/test/Analysis/nullptr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add extension to always default-initialize nullptr_t."Erich Keane2018-12-141-6/+11
* Add extension to always default-initialize nullptr_t.Erich Keane2018-12-141-11/+6
* Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue...Richard Smith2018-11-031-2/+10
* PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of typeRichard Smith2018-10-301-10/+2
* [analyzer] trackNullOrUndefValue: track last store to non-variables.Artem Dergachev2017-12-201-2/+3
* [analyzer] Match more patterns in bugreporter::getDerefExpr() API.Artem Dergachev2017-09-271-15/+50
* [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-1/+1
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-1/+1
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+1
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-1/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+1
* [analyzer] Don't report null dereferences on address_space annotated memoryAnna Zaks2016-01-061-0/+19
* [analyzer] Improve modelling of nullptr_t in the analyzer. Fix PR25414.Gabor Horvath2015-12-041-1/+40
* [analyzer] Treat nullPtrType as a location type.Anna Zaks2013-07-121-0/+6
* Revert "[analyzer] Check that a member expr is valid even when the result is ...Jordan Rose2012-10-011-5/+4
* [analyzer] Check that a member expr is valid even when the result is an lvalue.Jordan Rose2012-09-221-4/+5
* Replace inline asm constraint "=a" by the more general constraint "=r".Simon Atanasyan2012-05-221-1/+1
* Reapply r152745 (reverted in 152765) now that compiler-rt is fixed.David Blaikie2012-03-151-1/+1
* Revert r152745 as it's breaking the internal buildbots.Chad Rosier2012-03-151-1/+1
* Provide -Wnull-conversion separately from -Wconversion.David Blaikie2012-03-141-1/+1
* [Analyser] Remove unnecessary recursive visits for ExprWithCleanups andErik Verbruggen2012-03-141-0/+22
* Remove a recursive visitation in ExprEngine that is no longer needed because ...Erik Verbruggen2012-03-041-0/+9
* Remove a recursive visitiation in ExprEngine that is no longer neededErik Verbruggen2012-02-291-1/+4
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* [analyzer] GNU __null is a pointer-sized integer, not a pointer. Fixes PR10372.Jordy Rose2011-07-151-0/+8
* Add static analyzer support for C++'0X nullptr. Patch by Jim Goodnow II.Ted Kremenek2011-04-221-0/+41