Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add clang support for IBOutletCollection. | Ted Kremenek | 2010-05-19 | 1 | -1/+2 |
| | | | | llvm-svn: 104135 | ||||
* | Add raw_ostream operators to NamedDecl for convenience. Switch over all ↵ | Benjamin Kramer | 2010-04-17 | 1 | -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 Kremenek | 2010-02-25 | 1 | -0/+161 |
unused when it is explicitly marked as unused via __attribute__((unused)). llvm-svn: 97104 |