summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/staticinit.c
Commit message (Expand)AuthorAgeFilesLines
* Emit the globals, metadata, etc. associated with static variables even whenJohn McCall2010-05-041-0/+10
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-3/+3
* Remove the -arch option from clang-cc: for all practical purposes, it's Eli Friedman2009-05-191-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Change EmitConstantExpr to allow failure.Daniel Dunbar2009-02-171-1/+6
* Reimplement Expr::isConstantExpr in terms of Expr::Evaluate. This fixes PR2832.Anders Carlsson2008-11-241-0/+6
* Implement codegen for the following static var init.Lauro Ramos Venancio2008-02-261-1/+6
* Support initalisers for more than just int-typed static variables.Oliver Hunt2007-12-021-0/+10
* Code gen static initializer.Devang Patel2007-10-261-0/+5