forked from OSchip/llvm-project
c793f68d9b
This fixes clang warnings (that are treated as errors when running the test suite): libcxx/include/string:4409:59: error: definition of dllimport static field [-Werror,-Wdllimport-static-field-def] basic_string<_CharT, _Traits, _Allocator>::npos; The warning is normally not visible as long as the libc++ headers are treated as system headers. The same construct is always an error in MSVC. (One _LIBCPP_FUNC_VIS was added in |
||
---|---|---|
.. | ||
benchmarks | ||
cmake | ||
docs | ||
include | ||
lib | ||
src | ||
test | ||
utils | ||
www | ||
.clang-format | ||
.gitignore | ||
CMakeLists.txt | ||
CREDITS.TXT | ||
LICENSE.TXT | ||
TODO.TXT | ||
appveyor-reqs-install.cmd | ||
appveyor.yml |