aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/nullptr.cpp
AgeCommit message (Expand)Author
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