Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reapply r95546, no intended change in performance or functionality. | Benjamin Kramer | 2010-02-08 | 1 | -6/+5 |
| | | | | llvm-svn: 95552 | ||||
* | Revert 95546 since it changed the algorithmic characteristics of the ↵ | Ted Kremenek | 2010-02-08 | 1 | -5/+5 |
| | | | | | | convention lookup. llvm-svn: 95547 | ||||
* | Simplify code with StringRef. | Benjamin Kramer | 2010-02-08 | 1 | -5/+5 |
| | | | | | | 3 files changed, 76 insertions(+), 153 deletions(-) llvm-svn: 95546 | ||||
* | Move more naming conventions logic out of the retain/release checker to ↵ | Ted Kremenek | 2010-01-27 | 1 | -0/+67 |
| | | | | | | CocoaConventions.h. llvm-svn: 94682 | ||||
* | Start pulling out pieces of the monolithic retain/release checker into | Ted Kremenek | 2010-01-27 | 1 | -0/+129 |
reusable and modular API pieces. Start by pulling the logic for deriving the Cocoa naming convention into a separate API, header, and source file. llvm-svn: 94662 |