Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
6960f6e53b0d9a69a460c99ec199470271ff9603
/
test
/
Sema
/
address_spaces.c
020972d
Forbid address-space-qualified function types, per TR 18037
by Peter Collingbourne
· 13 years ago
40249e7
When diagnosing address-space changes, apply array-to-pointer decay first.
by John McCall
· 14 years ago
86c05f3
Perform the bad-address-space conversions check as part of
by John McCall
· 14 years ago
58f9e13
make clang print types as "const int *" instead of "int const*",
by Chris Lattner
· 14 years ago
27f46ee
Refer to implicit "conversions" rather than implicit "casts", which
by Douglas Gregor
· 14 years ago
d4eea83
Improve diagnostics when we fail to convert from a source type to a
by Douglas Gregor
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
27a84d0
Add an error for function parameters that have a qualified address space since this is not allowed by the embedded c extension spec.
by Tanya Lattner
· 15 years ago
0953e76
Refactor the representation of qualifiers to bring ExtQualType out of the
by John McCall
· 15 years ago
efadb77
Bounds checking for address spaces.
by John McCall
· 15 years ago
ecca753
fix rdar://6774906, a crash handling implicit conversions between pointers
by Chris Lattner
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
35d276f
upgrade various 'implicit int' warnings from an ext-warn to warning when not
by Chris Lattner
· 16 years ago
863ea9a
testcase that works now with r62061
by Chris Lattner
· 16 years ago
8e7dafe
Extend QualType::getAddressSpace to do the right thing for array types, and in
by Nate Begeman
· 17 years ago
c8e89a8
Correctly error on arrays with automatic storage full of objects with
by Nate Begeman
· 17 years ago
5af27e0
ISO/IEC TR 18037
by Nate Begeman
· 17 years ago
7380466
add some semantic checks for address spaces.
by Chris Lattner
· 17 years ago