aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/init-incomplete-type.cpp
AgeCommit message (Expand)Author
2011-07-22rename test.Chris Lattner
2011-07-20fix PR10395 - array decay can produce an interesting type whenChris Lattner
2011-07-12Fix a problem Eli ran into where we now reject incomplete arrays of Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-14Fix for PR5489: don't skip the complete type requrirement for variableEli Friedman