Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
52ba870eba17e634339622dbf103434ca31935eb
/
test
/
CodeGen
/
globalinit.c
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
b574e56
Upgrade the "excess elements in array initializer" warning to an
by Douglas Gregor
· 16 years ago
2d6ca8d
Update a number of CodeGen tests to not create .ll files in the test
by Daniel Dunbar
· 16 years ago
c4b23a5
Relax an assertion, fixing PR1968
by Chris Lattner
· 17 years ago
ce6237e
Handle binary or in constant expressions.
by Anders Carlsson
· 17 years ago
a3881fc
Correctly handle constants that refer to enums.
by Anders Carlsson
· 17 years ago
f6884ac
Correctly handle scalars in braces.
by Anders Carlsson
· 17 years ago
19009e6
implement proper support for _Bool in memory, which is usually i8, not i1.
by Chris Lattner
· 17 years ago
2b9d2ca
local static vars are globals also. This fixes a testcase reported by Seo.
by Chris Lattner
· 17 years ago
df5eb71
Reimplement support for strings that initialize global inits now that
by Chris Lattner
· 17 years ago
32150f3
by Steve Naroff
· 17 years ago
4fd46bc
add support for implicit cast from array to pointer that is not the element
by Chris Lattner
· 17 years ago
53ea781
disable case that makes this fail.
by Chris Lattner
· 17 years ago
5ccc701
extend or truncate the initializer for a string initializer to match its type.
by Chris Lattner
· 17 years ago
a44cf73
Implement codegen support for: char text[8] = "string";
by Chris Lattner
· 17 years ago
2ea81a8
implement support for functions that initialize globals.
by Chris Lattner
· 17 years ago
e6e25a5
Fix buggy test
by Chris Lattner
· 17 years ago
9615bf8
add codegen support for global inits that require array decay.
by Chris Lattner
· 17 years ago
9cd4fe4
Handle global variable definitions which change the type of a definition, such as:
by Chris Lattner
· 17 years ago
8e53e72
Codegen global array initializers.
by Devang Patel
· 17 years ago