aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-missing-prototypes.cpp
AgeCommit message (Expand)Author
2011-03-22Apply Jonathan Sauer's proposed solution to PR9519. Thanks!John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-09Don't warn about function templates or function template specializations.Anders Carlsson
2009-12-09Move the missing prototypes checking out into a new function. Don't warn abou...Anders Carlsson