summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/linkage.cpp
AgeCommit message (Expand)Author
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
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
2021-03-17Revert "[CodeGenModule] Set dso_local for Mach-O GlobalValue"Alex Lorenz
2020-12-30[CodeGenModule] Set dso_local for Mach-O GlobalValueFangrui Song
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
2014-02-16FileCheck's -LABEL cannot be combined with -NOT or -DAGNico Rieck
2014-01-08RP18408: If a member template is used as a template template argument, it doesRichard Smith
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-07-10More local mangling fixes.Eli Friedman
2013-07-01Simplify linkage code for static local vars.Eli Friedman
2013-06-17Cleanup linkage computation for static locals.Rafael Espindola
2013-06-04Fix linkage computation for local types in template functions.Rafael Espindola
2013-05-29Add a testcase from pr16059.Rafael Espindola
2013-05-28Propagate VisibleNoLinkage down to class members.Rafael Espindola
2013-05-27Fix the linkage of local types in inline VisibleNoLinkage functions.Rafael Espindola
2013-05-25Fix linkage computation for derived types in inline functions.Rafael Espindola
2013-05-18Handle local enum types too.Rafael Espindola
2013-05-17Use the awesome CHECK-DAG!Rafael Espindola
2013-05-16Fix pr15930.Rafael Espindola