Ted Kremenek
|
0abd85c7ae
|
Don't warn about unamed bitfield ivars in the ObjCUnusedIvarsChecker. Fixes <rdar://problem/8481311>.
llvm-svn: 117521
|
2010-10-28 02:16:22 +00:00 |
Ted Kremenek
|
26bde774df
|
Add clang support for IBOutletCollection.
llvm-svn: 104135
|
2010-05-19 17:38:06 +00:00 |
Benjamin Kramer
|
b11416d061
|
Add raw_ostream operators to NamedDecl for convenience. Switch over all 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
|
2010-04-17 09:33:03 +00:00 |
Ted Kremenek
|
d98d22b9af
|
Enhance the unused ivar checker to not consider an ivar to be accidentally unused
when it is explicitly marked as unused via __attribute__((unused)).
llvm-svn: 97104
|
2010-02-25 03:26:55 +00:00 |