1. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  2. eb024ac Allow __func__ and __FUNCTION__ and __PRETTY_FUNCTION__ inside blocks. by Fariborz Jahanian · 14 years ago
  3. d1aa800 Change the 'declared at' diagnostic to say 'declared here'. by Anders Carlsson · 14 years ago
  4. a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 14 years ago
  5. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 14 years ago
  6. 8596bbe Issue error when a byref array is accessed in a block by Fariborz Jahanian · 14 years ago
  7. a3899eb Implement goto inside of blocks. by Mike Stump · 14 years ago
  8. e030358 add a bunch of missing prototypes to tests by Chris Lattner · 15 years ago
  9. fc4e4e1 Add a radar reference. by Mike Stump · 15 years ago
  10. 2849734 Disallow captured arrays in blocks as well. Radar 7438948. by Mike Stump · 15 years ago
  11. 0d6fd57 Disallow capturing vlas inside blocks. by Mike Stump · 15 years ago
  12. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  13. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  14. d1969d8 Prep for new warning. by Mike Stump · 15 years ago
  15. be6d259 enhance the goto checker to reject jumps across __block variable definitions. by Chris Lattner · 15 years ago
  16. 687abff Don't allow defining a block with a non-prototype type. Remove a by Eli Friedman · 15 years ago
  17. 7bc8d96 Allow qualifiers on blocks. Radar 6441502 by Mike Stump · 15 years ago
  18. af199f3 Tighten up relationals with blocks and ints. Radar 6441502 by Mike Stump · 15 years ago
  19. dd3e166 Improve semantic checking for blocks. Radar 6441502 by Mike Stump · 15 years ago
  20. c975bb0 Add Sema checking for __block on vm declarations. Radar 6441502 by Mike Stump · 15 years ago
  21. ea000bf Sema checking for incorrect placement of __block. Radar 6441502 by Mike Stump · 15 years ago
  22. 914d3db Resolve merge conflict better. by Mike Stump · 15 years ago
  23. 25efa10 Tighten up blocks type checking. This was discussed back in the by Mike Stump · 15 years ago
  24. 5c59e2b Fix rdar://6814047, a crash on invalid in blocks code I noticed when by Chris Lattner · 15 years ago
  25. 17f3a6d fix marking of nested blocks with the "hasBlockDeclRefExprs" to by Chris Lattner · 15 years ago
  26. ede6e47 merge two tests. by Chris Lattner · 15 years ago
  27. bcfce66 abstract the SwitchStack for blocks just like we do the goto labels. by Chris Lattner · 15 years ago
  28. 5718a35 add some block goto test cases. by Chris Lattner · 15 years ago
  29. aab0f7a Fix block comparisons. Radar 6732116. by Mike Stump · 15 years ago
  30. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  31. bfa2ac0 Fixup expected errors. by Mike Stump · 15 years ago
  32. 371f258 change getCurFunctionDecl to skip through Block contexts to find by Chris Lattner · 16 years ago
  33. ae0ee03 instead of forcing blocks on by default, make them default to off, but let by Chris Lattner · 16 years ago
  34. ca354fa Implement rdar://6319320: give a good diagnostic for cases where people by Chris Lattner · 16 years ago
  35. 639e2d3 Fix rdar://6257721 by tightening up the block "snapshot" check, and by Chris Lattner · 16 years ago
  36. f7037b1 Fix rdar://6251437, references to enum constant decls in a block by Chris Lattner · 16 years ago
  37. dd972f2 More type checking for blocks. Still incomplete (will hopefully finish up this weekend). by Steve Naroff · 16 years ago