summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/visibility.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove CodeGenVTables::ComputeVTableRelatedInformation dependency on CodeGenPeter Collingbourne2011-09-261-1/+1
* Don't factor in visibility for templates and template argumentsJohn McCall2011-06-271-0/+32
* Don't consider visibility from template parameter lists if we'reJohn McCall2011-03-041-0/+11
* Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti...Anders Carlsson2011-01-241-1/+1
* Also set unnamed_addr on declarations.Rafael Espindola2011-01-151-2/+2
* Only add unnamed_addr to definitions.Rafael Espindola2011-01-131-2/+2
* Set unnamed_addr in VTTs.Rafael Espindola2011-01-111-1/+1
* Add unnamed_addr to vtables.Rafael Espindola2011-01-111-2/+2
* Fix test. I added one last test and then forget to re-check.John McCall2010-12-181-1/+1
* Apply attributes to explicit specializations. Specializations whichJohn McCall2010-12-181-0/+55
* Ensure that static local variables in function templates inherit theJohn McCall2010-11-021-0/+17
* Ignore attributes on classes when calculating visibility for membersJohn McCall2010-11-021-0/+89
* Better solution: calculate the visibility of functions and variablesJohn McCall2010-10-301-0/+16
* GCC faithfully calculates visibility for variables independently ofJohn McCall2010-10-301-0/+16
* Restore r117644, this time properly ignoring -fvisibility and type visibilityJohn McCall2010-10-291-0/+53
* Revert r117644, "Apply visibility in IR gen to variables that are merelyDaniel Dunbar2010-10-291-42/+0
* Apply visibility in IR gen to variables that are merely declaredJohn McCall2010-10-291-0/+42
* When computing the visibility of a class member, calculate the visibilityJohn McCall2010-10-291-0/+19
* Abandon the type-visibility optimization for functions. GCC doesn't do it,John McCall2010-10-281-0/+13
* A couple of tweaks to the visibility rules: John McCall2010-10-261-0/+18
* Substantially revise how clang computes the visibility of a declaration toJohn McCall2010-10-221-0/+33
* Make sure to set the visible on a vtable; VTTs and typeinfo alreadyDouglas Gregor2010-06-141-1/+19
* Improved handling of the visibility attribute. Declarations now inherit their...Anders Carlsson2010-02-071-0/+66
OpenPOWER on IntegriCloud