summaryrefslogtreecommitdiff
path: root/test/Sema/incomplete-call.c
AgeCommit message (Expand)Author
2011-04-26Emit a -Wnull-dereference warning for "*null" not just "*null = something". A...Argyrios Kyrtzidis
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-09Add CheckCallReturnType and start using it for regular call expressions. This...Anders Carlsson
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-22Add testcase for incomplete call/return types for calls.Eli Friedman