summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/warn-memset-bad-sizeof.cpp
Commit message (Expand)AuthorAgeFilesLines
* StmtProfiler: Add a null check for child statements.Peter Collingbourne2012-03-011-0/+8
* Add a new compiler warning, which flags anti-patterns used as the sizeAnna Zaks2012-02-011-2/+0
* Extend -Wno-sizeof-array-argument to strncpy and friends.Nico Weber2011-10-131-0/+25
* Extend memset/memcpy/memmove checking to include memcmpMatt Beaumont-Gay2011-08-051-0/+13
* Rework the warning for 'memset(p, 0, sizeof(p))' where 'p' is a pointerChandler Carruth2011-06-161-7/+10
* Fix my test case from r133136 so that it actually represents the codeChandler Carruth2011-06-161-4/+4
* Skip both character pointers and void pointers when diagnosing badChandler Carruth2011-06-161-3/+4
* Build fix attempt.Nico Weber2011-06-151-1/+1
* Warn on memset(ptr, 0, sizeof(ptr)). Diagnostic wording by Jordy Rose.Nico Weber2011-06-141-0/+97