aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/visibility-inlines-hidden.cpp
AgeCommit message (Expand)Author
2017-10-03R34811: Allow visibilities other than 'default' for VisibleNoLinkage entities.linaro-local/diana.picus/NeonSHFailureRichard Smith
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-01-12Disable caching of visibility.Rafael Espindola
2012-12-25Add 171048 back but invalidate the cache of all redeclarations when settingRafael Espindola
2012-10-24A number of test cases assume that an "int" parameter or return valueUlrich Weigand
2012-10-11Handle gnu_inline in c++ in a gcc compatible way. Original patch by TobiasRafael Espindola
2012-07-13Use -fvisibility-inlines-hidden in inline functions too. This matches gccRafael Espindola
2011-12-27Fix the visibility of methods of explicit template instantiation definitionRafael Espindola
2011-06-15Fix a couple more tests with ARM ABI.Eli Friedman
2010-12-10Treat visibility on an enclosing namespace as a non-explicit source ofJohn McCall
2010-11-01Only apply -fvisibility-inlines-hidden to definitions. ApparentlyJohn McCall
2010-10-28Don't apply -fvisibility-inlines-hidden to extern templates.John McCall
2010-06-15Implement -fvisibility-inlines-hidden. <rdar://problem/7819834>Douglas Gregor