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 | -13/+13 |
| | | | | | | | | | | 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 | ||||
* | [clang-tidy] Add check performance-faster-string-find | Samuel Benzaquen | 2016-02-12 | 1 | -0/+110 |
Summary: Add check performance-faster-string-find. It replaces single character string literals to character literals in calls to string::find and friends. Reviewers: alexfh Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D16152 llvm-svn: 260712 |