summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/visibility.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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