summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/pragma-weak.c
AgeCommit message (Expand)Author
2024-01-20Warning for incorrect use of 'pure' attribute (#78200)kelbon
2022-11-04[IR] Switch everything to use memory attributeNikita Popov
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-03-24[Clang] Work with multiple pragmas weak before definitionHubert Tong
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-03-09Recommit #2 "[Driver] Default to -fno-common for all targets"Sjoerd Meijer
2020-03-09Revert "Recommit "[Driver] Default to -fno-common for all targets""Sjoerd Meijer
2020-03-09Recommit "[Driver] Default to -fno-common for all targets"Sjoerd Meijer
2020-03-03Revert "[Driver] Default to -fno-common for all targets"Sjoerd Meijer
2020-03-03[Driver] Default to -fno-common for all targetsSjoerd Meijer
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
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