index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
designated-initializers.c
Age
Commit message (
Expand
)
Author
2011-07-12
fix an unintended behavior change in the type system rewrite, which caused us...
Chris Lattner
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-06-20
Update to match mainline ConstantStruct::get API change. Also, use
Chris Lattner
2010-10-08
This patch fixes multiple issues in clang's designated init builder and
Douglas Gregor
2010-09-06
move the hackaround for PR6537 to catch unions as well,
Chris Lattner
2010-04-16
add another test for the undef patch just for to have peace of mind :)
Nuno Lopes
2010-04-16
emit padding as undef values, take 2
Nuno Lopes
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-07-27
Enable the new constant struct builder by default. The old code is still in p...
Anders Carlsson
2009-03-27
Fix <rdar://problem/6724396>, where we were silently dropping
Douglas Gregor
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-03
Force triple for codegen tests which have expectations on output
Daniel Dunbar
2009-01-30
enable test as it already works
Nuno Lopes
2009-01-29
Introduce a new expression node, ImplicitValueInitExpr, that
Douglas Gregor