Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
3ea9e33ea25e0c2b12db56418ba3f994eb662c04
/
test
/
CodeGen
/
blocks-seq.c
3ea9e33
Update aosp/master clang for rebase to r233350
by Pirama Arumuga Nainar
· 10 years ago
9627bb6
clang/test/CodeGen/blocks-seq.c: FileCheck-ize.
by NAKAMURA Takumi
· 12 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
4fcfde4
Eliminate &&s in tests.
by Daniel Dunbar
· 15 years ago
3604386
Make the forwarding member of block byref structs be a pointer to the block byref struct itself.
by Anders Carlsson
· 15 years ago
55a759b
Fix a few tests to be -Asserts agnostic. - Ugh.
by Daniel Dunbar
· 15 years ago
b2fedb4
Update test case.
by Daniel Dunbar
· 15 years ago
cc0442f
Fixup codegen for __block int i; i += rhs();. Should also slightly
by Mike Stump
· 16 years ago
99459b6
Fixup blocks codegen for { __block i; i = rhs(); }, we want the rhs
by Mike Stump
· 16 years ago