| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [clang-tidy] Remove unnecessary getName() on Decls and Types feeding into a ↵ | Benjamin Kramer | 2016-04-07 | 1 | -5/+5 |
| | | | | | | | | | | | DiagnosticBuilder Going through a string removes some of the smarts of the diagnosic printer and makes the code more complicated. This change has some cosmetic impact on the output but that's mostly minor. llvm-svn: 265680 | ||||
| * | Make a bunch of static arrays const. | Craig Topper | 2015-10-18 | 1 | -2/+2 |
| | | | | | llvm-svn: 250641 | ||||
| * | Adding a checker (misc-non-copyable-objects) that detects situations where a ↵ | Aaron Ballman | 2015-09-30 | 1 | -0/+96 |
| non-copyable C type is being dereferenced, such as FILE or pthread_mutex_t. Corresponds to the CERT C++ secure coding rule: https://www.securecoding.cert.org/confluence/display/c/FIO38-C.+Do+not+copy+a+FILE+object llvm-svn: 248907 | |||||

