Age | Commit message (Expand) | Author |
---|---|---|
2009-11-17 | Use clang to run tests which include headers from the system. | Daniel Dunbar |
2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar |
2009-08-15 | Change handling of attribute 'malloc' to only accept the attribute on function | Ted Kremenek |
2009-08-14 | Add more attribute 'malloc' test cases involving function pointers. | Ted Kremenek |
2009-08-14 | Per Eli Friedman's feedback, handle attribute 'malloc' being applied to | Ted Kremenek |
2009-08-11 | Rename macro to avoid a name clash on FreeBSD. | Benjamin Kramer |
2009-08-09 | warn, as gcc does, if __attribute__((malloc)) applied to function returning n... | Ryan Flynn |
2009-08-09 | map previously ignored __attribute((malloc)) to noalias attribute of llvm fun... | Ryan Flynn |