summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/misc-new-delete-overloads-sized-dealloc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switch check_clang_tidy to argparse and add a -resource-dir argument.Manuel Klimek2015-10-221-1/+1
| | | | | | | -resource-dir can be used to inject non-standard resource dirs via the lit site config. llvm-svn: 251021
* Add %check_clang_tidy and %clang_tidy_diff.Manuel Klimek2015-10-221-1/+1
| | | | | | | | | | With this, site specific lit configs can inject parameters into the test scripts if they need site specific parameters. Next up: enable check_clang_tidy to take a resource dir to enable non-standard locations for builtin includes. llvm-svn: 251010
* Silencing bot failures a more creative and definitive way.Aaron Ballman2015-09-291-1/+1
| | | | llvm-svn: 248794
* Hopefully silencing some built bot warnings. Note, this should be unsigned ↵Aaron Ballman2015-09-291-0/+2
| | | | | | long instead of unsigned int, but then *other* builds start to fail because of duplicate redefinitions of size_t. llvm-svn: 248792
* Adding a checker (misc-new-delete-overloads) that detects mismatched ↵Aaron Ballman2015-09-291-0/+18
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
OpenPOWER on IntegriCloud