Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
a8063c33d8d8e38e864a712b1bff6d67584558f6
/
test
/
Sema
/
attr-sentinel.c
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
8eb662e
After some discussion, conservatively extend our sentinel check to discard
by John McCall
· 15 years ago
b1332d7
merge two tests.
by Chris Lattner
· 15 years ago
61784e3
rename test.
by Chris Lattner
· 15 years ago
[Renamed from test/Sema/function-sentinel-attr.c]
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
236673e
Diagnose missing sentinel argument on a funciton call with sentinel attribute.
by Fariborz Jahanian
· 15 years ago