summaryrefslogtreecommitdiff
path: root/test/Analysis/nullptr.cpp
AgeCommit message (Expand)Author
2017-12-20[analyzer] trackNullOrUndefValue: track last store to non-variables.Artem Dergachev
2017-09-27[analyzer] Match more patterns in bugreporter::getDerefExpr() API.Artem Dergachev
2017-03-08[analyzer] Clarify 'uninitialized function argument' messagesDaniel Marjamaki
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen
2016-01-06[analyzer] Don't report null dereferences on address_space annotated memoryAnna Zaks
2015-12-04[analyzer] Improve modelling of nullptr_t in the analyzer. Fix PR25414.Gabor Horvath
2013-07-12[analyzer] Treat nullPtrType as a location type.Anna Zaks
2012-10-01Revert "[analyzer] Check that a member expr is valid even when the result is ...Jordan Rose
2012-09-22[analyzer] Check that a member expr is valid even when the result is an lvalue.Jordan Rose
2012-05-22Replace inline asm constraint "=a" by the more general constraint "=r".Simon Atanasyan
2012-03-15Reapply r152745 (reverted in 152765) now that compiler-rt is fixed.David Blaikie
2012-03-15Revert r152745 as it's breaking the internal buildbots.Chad Rosier
2012-03-14Provide -Wnull-conversion separately from -Wconversion.David Blaikie
2012-03-14[Analyser] Remove unnecessary recursive visits for ExprWithCleanups andErik Verbruggen
2012-03-04Remove a recursive visitation in ExprEngine that is no longer needed because ...Erik Verbruggen
2012-02-29Remove a recursive visitiation in ExprEngine that is no longer neededErik Verbruggen
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-07-15[analyzer] GNU __null is a pointer-sized integer, not a pointer. Fixes PR10372.Jordy Rose
2011-04-22Add static analyzer support for C++'0X nullptr. Patch by Jim Goodnow II.Ted Kremenek