Ted Kremenek
|
5a10f08b52
|
Include the "issue context" (e.g. function or method) where a static analyzer issue occurred in the plist output.
Fixes <rdar://problem/11004527>
llvm-svn: 154030
|
2012-04-04 18:11:35 +00:00 |
Dylan Noblesmith
|
2c1dd2716a
|
Basic: import SmallString<> into clang namespace
(I was going to fix the TODO about DenseMap too, but
that would break self-host right now. See PR11922.)
llvm-svn: 149799
|
2012-02-05 02:13:05 +00:00 |
Benjamin Kramer
|
4903802fbf
|
Move a method from IdentifierTable.h out of line and remove the SmallString include.
Fix all the transitive include users.
llvm-svn: 149783
|
2012-02-04 13:45:25 +00:00 |
Anna Zaks
|
87b6ff09f9
|
[analyzer] Add checks for common anti-patterns in strncat.
(Since this is syntax only, might be a good candidate for turning into a
compiler warning.)
llvm-svn: 149407
|
2012-01-31 19:33:39 +00:00 |