aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Parser/block-pointer-decl.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs1-0/+1
2010-07-26Eliminate the "minimal" and printing parser actions, which only everDouglas Gregor1-1/+3
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2008-12-04instead of forcing blocks on by default, make them default to off, but letChris Lattner1-1/+1
2008-08-28Add parser/action support for block literal expressions.Steve Naroff1-2/+10
2008-08-27First wave of changes to support "blocks" (an extension to C).Steve Naroff1-0/+18