summaryrefslogtreecommitdiff
path: root/test/CodeGen/pragma-weak.c
AgeCommit message (Expand)Author
2017-05-29IRGen: Add optnone attribute on function during O0Mehdi Amini
2015-12-03Revert "Fix for merging decls in pragma weak Calling CheckFunctionDeclaration...Alexander Kornienko
2015-11-26Fix for merging decls in pragma weakAlexander Musman
2015-09-18Fix for assertion fail for pragma weak on typedef.Alexander Musman
2015-09-11[opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie
2014-07-30Update for llvm change.Rafael Espindola
2013-10-28Fix a parser crash when there are #pragmas in a context which requires a singleRichard Smith
2013-10-22Treat aliases as definitions.Rafael Espindola
2013-10-21Make this test pass -verify.Rafael Espindola
2013-10-14Don't hardcode the order of the aliases.Rafael Espindola
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
2013-02-26Fix testcases to not rely upon target-* attributes.Bill Wendling
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2013-01-31Update the tests.Bill Wendling
2012-10-09People put pragmas in crazy places; add more handling. PR14046.Eli Friedman
2011-09-07Make sure the FunctionDecl's created by "#pragma weak" have correct ParmVarDe...Eli Friedman
2010-12-07Fix PR8720 by printing an error message with a substring that the gcc testsui...Rafael Espindola
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-08convert this to filecheck, hopefully it will fix PR4888. If nothingChris Lattner
2009-08-04Fix test case for Darwin10 (which sets ssp), and move to CodeGen/Daniel Dunbar