diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-01-30 03:58:26 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-01-30 03:58:26 +0000 |
commit | e4ddaa44272f55d95a2377f900f9ab3b296b6366 (patch) | |
tree | cf951375208bc00f0295ea4661b7b470141deb95 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 6c77de03672bad0ce596502ca810aeceef8c291b (diff) | |
download | bcm5719-llvm-e4ddaa44272f55d95a2377f900f9ab3b296b6366.tar.gz bcm5719-llvm-e4ddaa44272f55d95a2377f900f9ab3b296b6366.zip |
experimental: remove some extraneous _LIBCPP_FUNC_VIS
These member functions were decorated with `_LIBCPP_FUNC_VIS` when the
class is also decorated with external visibility. This breaks down when
building for PE/COFF, where the member function cannot be decorated if
it is within a decorated class. The class attribute will propagate to
the member. Remove the extraneous decoration.
llvm-svn: 293454
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions