1. 39834ba PR11002: Make sure we emit sentinel warnings with a valid source location. (Ideally, we want to use the location returned by getLocForEndOfToken, but that is not always successful.) by Eli Friedman · 13 years ago
  2. 8eb662e After some discussion, conservatively extend our sentinel check to discard by John McCall · 14 years ago
  3. b1332d7 merge two tests. by Chris Lattner · 15 years ago
  4. 61784e3 rename test. by Chris Lattner · 15 years ago[Renamed from test/Sema/function-sentinel-attr.c]
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  7. 236673e Diagnose missing sentinel argument on a funciton call with sentinel attribute. by Fariborz Jahanian · 15 years ago