summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/linkage.cpp
AgeCommit message (Expand)Author
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