summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/linkage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-1/+1
* FileCheck's -LABEL cannot be combined with -NOT or -DAGNico Rieck2014-02-161-17/+17
* RP18408: If a member template is used as a template template argument, it doesRichard Smith2014-01-081-0/+8
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-17/+17
* More local mangling fixes.Eli Friedman2013-07-101-10/+10
* Simplify linkage code for static local vars.Eli Friedman2013-07-011-1/+1
* Cleanup linkage computation for static locals.Rafael Espindola2013-06-171-0/+11
* Fix linkage computation for local types in template functions.Rafael Espindola2013-06-041-0/+25
* Add a testcase from pr16059.Rafael Espindola2013-05-291-0/+14
* Propagate VisibleNoLinkage down to class members.Rafael Espindola2013-05-281-0/+11
* Fix the linkage of local types in inline VisibleNoLinkage functions.Rafael Espindola2013-05-271-0/+16
* Fix linkage computation for derived types in inline functions.Rafael Espindola2013-05-251-0/+40
* Handle local enum types too.Rafael Espindola2013-05-181-0/+11
* Use the awesome CHECK-DAG!Rafael Espindola2013-05-171-8/+7
* Fix pr15930.Rafael Espindola2013-05-161-0/+95