summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/ObjCUnusedIVarsChecker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add clang support for IBOutletCollection.Ted Kremenek2010-05-191-1/+2
| | | | llvm-svn: 104135
* Add raw_ostream operators to NamedDecl for convenience. Switch over all ↵Benjamin Kramer2010-04-171-2/+1
| | | | | | | | users of getNameAsString on a stream. The next step is to print the name directly into the stream, avoiding a temporary std::string copy. llvm-svn: 101632
* Enhance the unused ivar checker to not consider an ivar to be accidentally ↵Ted Kremenek2010-02-251-0/+161
unused when it is explicitly marked as unused via __attribute__((unused)). llvm-svn: 97104
OpenPOWER on IntegriCloud