Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
67c8601677a6a4b01a77855b8b51240ef44acfb3
/
test
/
Sema
/
init.c
67c8601
add the other test case for completeness and to avoid regressions in the future
by Nuno Lopes
· 17 years ago
b529d83
Fix for PR2747: allow pointer->int casts with a null base; these are
by Eli Friedman
· 17 years ago
1e465df
Add test case for function-pointer-cast-of-global as constant expression.
by Daniel Dunbar
· 17 years ago
d5bac57
add testcase we already handle.
by Chris Lattner
· 17 years ago
d880363
wrap some long diagnostics, make 'initializer is not a constant' diagnostic
by Chris Lattner
· 17 years ago
f8f873d
Make sure to allow assigning a pointer to a bool.
by Eli Friedman
· 17 years ago
97c0a39
Fix a couple of bugs found by Neil Booth in the const-ness checking.
by Eli Friedman
· 17 years ago
be34ac6
add testcase for pr2050 which is now fixed.
by Chris Lattner
· 17 years ago
a312ce2
Improve diagnostic for illegal array initialization.
by Eli Friedman
· 17 years ago
d411e04
all filevar's have static storage. Previously a global with
by Chris Lattner
· 17 years ago
4cc6271
add several cases that Expr::hasStaticStorage missed, pointed out by Oliver Hunt
by Chris Lattner
· 17 years ago
4ef8dd6
Implement test/Sema/init.c by treating functions as constants.
by Chris Lattner
· 17 years ago