Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
Sema
/
pointer-addition.c
b9be536
Remove offset size check in nullptr arithmetic handling
by Andrew Kaylor
· 8 years ago
21a2aa7
Fix 32-bit buildbots by removing tests that are dependent on pointer-size comparisons.
by Andrew Kaylor
· 8 years ago
3d0a540
Teach clang to tolerate the 'p = nullptr + n' idiom used by glibc
by Andrew Kaylor
· 8 years ago
fa00728
PR10405 - Desugar FunctionType and TemplateSpecializationType if any type that appears inside needs to be desugared.
by Nikola Smiljanic
· 10 years ago
cf7d164
Sema: Semantically check _Atomic-qualified pointers
by David Majnemer
· 11 years ago
4cc3f29
Cleanup a fixme by using a specific diagnostic for subscripting
by Chandler Carruth
· 14 years ago
c933221
Factor out (some of) the checking for invalid forms of pointer
by Chandler Carruth
· 14 years ago
5f380da
Fix a problem with the diagnostics of invalid arithmetic with function
by Chandler Carruth
· 14 years ago
3aabb4b
Congruent diagnostic for void* arithmetic.
by Abramo Bagnara
· 15 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
a45cf5b
Rename clang to clang-cc.
by Daniel Dunbar
· 17 years ago
2175b6a
Make one expected-diag directive match exactly one actual diagnostic.
by Sebastian Redl
· 17 years ago
f6cd928
Support arithmetic on pointer-to-function types as a GNU
by Douglas Gregor
· 17 years ago
dd430f7
Centralize error reporting of improper uses of incomplete types in the
by Douglas Gregor
· 17 years ago
8e12298
Add proper type-checking for pointer additiion; before, we were accepting
by Eli Friedman
· 17 years ago