1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  2. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  3. ec4c535 This really seems like a boring set of fixes to our tests to make them more by Chandler Carruth · 14 years ago
  4. 49b5a64 Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  5. 917a553 Use clang to run tests which include headers from the system. by Daniel Dunbar · 15 years ago
  6. a4996b8 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  7. f87ef44 Change handling of attribute 'malloc' to only accept the attribute on function by Ted Kremenek · 15 years ago
  8. e506181 Add more attribute 'malloc' test cases involving function pointers. by Ted Kremenek · 15 years ago
  9. 092f27a Per Eli Friedman's feedback, handle attribute 'malloc' being applied to by Ted Kremenek · 15 years ago
  10. ccb24e8 Rename macro to avoid a name clash on FreeBSD. by Benjamin Kramer · 15 years ago
  11. 6a7fda0 warn, as gcc does, if __attribute__((malloc)) applied to function returning non-pointer type by Ryan Flynn · 15 years ago
  12. 31af091 map previously ignored __attribute((malloc)) to noalias attribute of llvm function's return by Ryan Flynn · 15 years ago