Aaron Ballman
|
5edd83de91
|
Silencing bot failures a more creative and definitive way.
llvm-svn: 248794
|
2015-09-29 13:38:00 +00:00 |
Aaron Ballman
|
872c95c26f
|
Hopefully silencing some built bot warnings. Note, this should be unsigned long instead of unsigned int, but then *other* builds start to fail because of duplicate redefinitions of size_t.
llvm-svn: 248792
|
2015-09-29 13:20:26 +00:00 |
Aaron Ballman
|
de34985caa
|
Adding a checker (misc-new-delete-overloads) that detects mismatched overloads of operator new and operator delete. Corresponds to the CERT C++ secure coding rule: https://www.securecoding.cert.org/confluence/display/cplusplus/DCL54-CPP.+Overload+allocation+and+deallocation+functions+as+a+pair+in+the+same+scope
llvm-svn: 248791
|
2015-09-29 13:12:21 +00:00 |