summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/visibility.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken CHECK linesNico Rieck2014-02-161-8/+8
| | | | llvm-svn: 201477
* Add support for -fvisibility-ms-compat.John McCall2013-02-191-0/+34
We treat this as an alternative to -fvisibility=<?> which changes the default value visibility to "hidden" and the default type visibility to "default". Expose a -cc1 option for changing the default type visibility, repurposing -fvisibility as the default value visibility option (also setting type visibility from it in the absence of a specific option). rdar://13079314 llvm-svn: 175480
OpenPOWER on IntegriCloud