summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/warn-memset-bad-sizeof.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply [Sema] Add sizeof diagnostics for bzeroBruno Cardoso Lopes2016-08-101-0/+43
* Revert "[Sema] Add sizeof diagnostics for bzero"Bruno Cardoso Lopes2016-08-051-43/+0
* [Sema] Add sizeof diagnostics for bzeroBruno Cardoso Lopes2016-08-041-0/+43
* -Wdynamic-class-memaccess: Also warn about array types.Nico Weber2015-03-211-0/+2
* Change wording of 'memcpy' type mismatch warning and remove fixit.Anna Zaks2012-05-301-12/+12
* 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
OpenPOWER on IntegriCloud