summaryrefslogtreecommitdiff
path: root/test/SemaCXX/attr-nonnull.cpp
AgeCommit message (Expand)Author
2014-08-27Fix representation of __attribute__((nonnull)) to support correctly modelingRichard Smith
2013-01-24Start checking nonnull (as well as format and argument_with_type_tag) onNick Lewycky
2013-01-23Make __attribute__((nonnull)) use the general expression evaluator to search forNick Lewycky
2011-03-25Apply the nonnull attribute to constructor expressions too.Nick Lewycky
2010-12-15__attribute__((nonnull)) can apply to reference-to-pointerDouglas Gregor
2010-11-16Re-work the handling of implicit 'this' arguments and silly GCC-style attributeChandler Carruth