summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/CocoaConventions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reapply r95546, no intended change in performance or functionality.Benjamin Kramer2010-02-081-6/+5
| | | | llvm-svn: 95552
* Revert 95546 since it changed the algorithmic characteristics of the ↵Ted Kremenek2010-02-081-5/+5
| | | | | | convention lookup. llvm-svn: 95547
* Simplify code with StringRef.Benjamin Kramer2010-02-081-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 Kremenek2010-01-271-0/+67
| | | | | | CocoaConventions.h. llvm-svn: 94682
* Start pulling out pieces of the monolithic retain/release checker intoTed Kremenek2010-01-271-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
OpenPOWER on IntegriCloud