summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/visibility.cpp
AgeCommit message (Expand)Author
2025-06-26[Clang] Allow the use of [[gnu::visibility]] with #pragma clang attribute (#1...Nikolas Klauser
2025-04-28Reland [clang] Handle instantiated members to determine visibility (#136128) ...Andrew Savonichev
2025-04-28[clang] Fix computeTypeLinkageInfo for dependent member pointers (#136689)Andrew Savonichev
2025-04-18Revert "[clang] Handle instantiated members to determine visibility" (#136317)Erich Keane
2025-04-18[clang] Handle instantiated members to determine visibility (#136128)Andrew Savonichev
2024-03-20[IR] Change representation of getelementptr inrange (#84341)Nikita Popov
2023-11-21[clang codegen][regression] Add dso_local/hidden/etc. markings to VTT definit...bd1976bris
2023-11-12[test] Test #pragma GCC visibility interaction with explicit instantiationsFangrui Song
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-29[test] Improve visibility.cppFangrui Song
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-08[test] Add more instantiation cases to visibility.cppFangrui Song
2023-07-07Remove rdar links; NFCAaron Ballman
2023-06-26[test] Improve symbol visibility testFangrui Song
2022-09-02[test] Change cc1 -fvisibility to -fvisibility=Fangrui Song
2022-06-24[clang codegen] Add dso_local/hidden/etc. markings to VTT declarationsEli Friedman
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
2015-10-21[Driver] Alias -fvisibility=internal to -fvisibility=hiddenReid Kleckner
2015-02-18Itanium ABI: Mangle <mangled-name> according to the ABIDavid Majnemer
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola
2013-12-08Fix pr18174.Rafael Espindola
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-06-17Compute the visibility of static local variables consistently. Fixes PR16208.Eli Friedman
2013-02-27Don't cache the visibility of types.Rafael Espindola
2013-02-26Use existing macros to simplify the test a bit.Rafael Espindola
2013-02-26Use the most recent decl in getExplicitVisibility.Rafael Espindola
2013-02-21Ignore visibility from enclosing template argumentsJohn McCall
2013-02-20Add a new 'type_visibility' attribute to allow users toJohn McCall
2013-02-16Rework the visibility computation algorithm in preparationJohn McCall
2013-01-12Disable caching of visibility.Rafael Espindola
2012-07-31Consider the visibility of template template arguments. GCC doesn't, but it alsoRafael Espindola
2012-07-28Add a missing testcase for merging the visibility of two declarations usedRafael Espindola
2012-07-17Record visibility pragmas when we see a tag declaration. We might use itRafael Espindola
2012-07-13Apply visibility pragmas to class template declarations. This is needed becauseRafael Espindola
2012-07-13Fix a bug in my previous commit. The problem is not that we were not using theRafael Espindola
2012-07-12Use the canonical template decl when trying to find if it has a visibilityRafael Espindola
2012-07-12Process #pragma visibility early in the parsing of class definitions. FixesRafael Espindola
2012-07-11Handle #pragma visibility in explicit specializations and enums.Rafael Espindola
2012-07-11Don't process #pragma visibility during instantiation. The visibility of theRafael Espindola
2012-06-11We were computing the visibility and linkage of template parameters, butRafael Espindola
2012-05-25Don't ignore linkage when ignoring visibility in the instantiation of aRafael Espindola
2012-05-25Don't ignore linkage when ignoring visibility in the instantiation of aRafael Espindola
2012-05-25Consider the linkage for member class templates even when we have to ignoreRafael Espindola
2012-05-25When ignoring visibility in an instantiation, still consider the linkage.Rafael Espindola
2012-05-21Function template version of the previous patch.Rafael Espindola
2012-05-21Produce a hidden symbol for zed inRafael Espindola
2012-05-21Test and document a difference from gcc in the handling of visibilityRafael Espindola
2012-05-16Fix the visibility of instantiations of static data members.Rafael Espindola
2012-05-15Fix our handling of visibility in explicit template instantiations.Rafael Espindola