summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/staticinit.c
AgeCommit message (Expand)Author
2025-01-18[Clang] [NFC] Fix unintended `-Wreturn-type` warnings everywhere in the test ...Sirraide
2023-03-10[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2010-05-04Emit the globals, metadata, etc. associated with static variables even whenJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-05-19Remove the -arch option from clang-cc: for all practical purposes, it's Eli Friedman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-17Change EmitConstantExpr to allow failure.Daniel Dunbar
2008-11-24Reimplement Expr::isConstantExpr in terms of Expr::Evaluate. This fixes PR2832.Anders Carlsson
2008-02-26Implement codegen for the following static var init.Lauro Ramos Venancio
2007-12-02Support initalisers for more than just int-typed static variables.Oliver Hunt
2007-10-26Code gen static initializer.Devang Patel