index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
warn-memset-bad-sizeof.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reapply [Sema] Add sizeof diagnostics for bzero
Bruno Cardoso Lopes
2016-08-10
1
-0
/
+43
*
Revert "[Sema] Add sizeof diagnostics for bzero"
Bruno Cardoso Lopes
2016-08-05
1
-43
/
+0
*
[Sema] Add sizeof diagnostics for bzero
Bruno Cardoso Lopes
2016-08-04
1
-0
/
+43
*
-Wdynamic-class-memaccess: Also warn about array types.
Nico Weber
2015-03-21
1
-0
/
+2
*
Change wording of 'memcpy' type mismatch warning and remove fixit.
Anna Zaks
2012-05-30
1
-12
/
+12
*
StmtProfiler: Add a null check for child statements.
Peter Collingbourne
2012-03-01
1
-0
/
+8
*
Add a new compiler warning, which flags anti-patterns used as the size
Anna Zaks
2012-02-01
1
-2
/
+0
*
Extend -Wno-sizeof-array-argument to strncpy and friends.
Nico Weber
2011-10-13
1
-0
/
+25
*
Extend memset/memcpy/memmove checking to include memcmp
Matt Beaumont-Gay
2011-08-05
1
-0
/
+13
*
Rework the warning for 'memset(p, 0, sizeof(p))' where 'p' is a pointer
Chandler Carruth
2011-06-16
1
-7
/
+10
*
Fix my test case from r133136 so that it actually represents the code
Chandler Carruth
2011-06-16
1
-4
/
+4
*
Skip both character pointers and void pointers when diagnosing bad
Chandler Carruth
2011-06-16
1
-3
/
+4
*
Build fix attempt.
Nico Weber
2011-06-15
1
-1
/
+1
*
Warn on memset(ptr, 0, sizeof(ptr)). Diagnostic wording by Jordy Rose.
Nico Weber
2011-06-14
1
-0
/
+97