summaryrefslogtreecommitdiffstats
path: root/test/Sema/incomplete-call.c
Commit message (Expand)AuthorAgeFilesLines
* Emit a -Wnull-dereference warning for "*null" not just "*null = something". A...Argyrios Kyrtzidis2011-04-261-3/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Add CheckCallReturnType and start using it for regular call expressions. This...Anders Carlsson2009-10-091-2/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add testcase for incomplete call/return types for calls.Eli Friedman2009-03-221-0/+13