Age | Commit message (Expand) | Author |
---|---|---|
2012-05-30 | Change wording of 'memcpy' type mismatch warning and remove fixit. | Anna Zaks |
2012-03-01 | StmtProfiler: Add a null check for child statements. | Peter Collingbourne |
2012-02-01 | Add a new compiler warning, which flags anti-patterns used as the size | Anna Zaks |
2011-10-13 | Extend -Wno-sizeof-array-argument to strncpy and friends. | Nico Weber |
2011-08-05 | Extend memset/memcpy/memmove checking to include memcmp | Matt Beaumont-Gay |
2011-06-16 | Rework the warning for 'memset(p, 0, sizeof(p))' where 'p' is a pointer | Chandler Carruth |
2011-06-16 | Fix my test case from r133136 so that it actually represents the code | Chandler Carruth |
2011-06-16 | Skip both character pointers and void pointers when diagnosing bad | Chandler Carruth |
2011-06-15 | Build fix attempt. | Nico Weber |
2011-06-14 | Warn on memset(ptr, 0, sizeof(ptr)). Diagnostic wording by Jordy Rose. | Nico Weber |