Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
730e175910936eae49e65caea8b2ba81c67edff7
/
test
/
Sema
/
block-args.c
d84aac1
Add 'previous declaration is here' note for param redefinition errors, e.g.:
by Chris Lattner
· 15 years ago
9a66c30
Complain if block-literal expression's parameter name is
by Fariborz Jahanian
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
13591ed
Semantic checking for main().
by John McCall
· 15 years ago
687abff
Don't allow defining a block with a non-prototype type. Remove a
by Eli Friedman
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
ae0ee03
instead of forcing blocks on by default, make them default to off, but let
by Chris Lattner
· 16 years ago
ae530cf
Fix <rdar://problem/6252108> assigning to argument passed to block should not require __block.
by Steve Naroff
· 16 years ago
1f3b0d5
Sema::ActOnIdentifierExpr(): Lookup block arguments.
by Steve Naroff
· 16 years ago