summaryrefslogtreecommitdiff
path: root/test/Sema/block-labels.c
AgeCommit message (Expand)Author
2011-02-18break testcase over multiple lines to make it easier to read.Chris Lattner
2010-01-09add a bunch of missing prototypes to testsChris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-13Reimplement fix for <rdar://problem/6451399> problems with labels and blocks.Steve Naroff
2009-03-13Remove ActiveScope (revert http://llvm.org/viewvc/llvm-project?view=rev&revis...Steve Naroff
2009-02-28Fix <rdar://problem/6451399> problems with labels and blocks.Steve Naroff