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
/
CodeGenCXX
/
const-init.cpp
Age
Commit message (
Expand
)
Author
2012-01-12
Allow constant-folding of references which were formed in a manner not permitted
Richard Smith
2012-01-04
Fix test on Release builds.
Eli Friedman
2012-01-04
Add an APValue representation for the difference between two address-of-label...
Eli Friedman
2011-12-02
Fix wrong-code bug when a const automatic variable of struct type has both a
Richard Smith
2011-11-12
Represent an APValue based on a Decl as that Decl, rather than a DeclRefExpr
Richard Smith
2011-10-24
Don't try to emit CK_LValueBitCast casts as constants. PR9558.
Eli Friedman
2011-06-20
Update to match mainline ConstantStruct::get API change. Also, use
Chris Lattner
2010-10-09
Secure this test against slightly different number formatters.
John McCall
2010-10-09
Permit constant evaluation of const floating-point variables with
John McCall
2010-02-08
Emit global references with constant initializers as constants. Fixes PR5585.
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-21
Support emitting aggregate class initializers. Fixes PR5581.
Anders Carlsson
2009-04-11
Add support for generating reference initialization code.
Anders Carlsson