diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2021-11-19 09:52:28 -0500 |
---|---|---|
committer | Louis Dionne <ldionne.2@gmail.com> | 2021-11-19 14:26:34 -0500 |
commit | e0f58444e126e80a0d43eb5b88622799910195e6 (patch) | |
tree | 90b24b59e843dfe5c14c253cf081f5395ef116d8 /clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp | |
parent | e1ce3dabf0c70d30a24f0586ddf2a965d730d30a (diff) | |
download | llvm-e0f58444e126e80a0d43eb5b88622799910195e6.zip llvm-e0f58444e126e80a0d43eb5b88622799910195e6.tar.gz llvm-e0f58444e126e80a0d43eb5b88622799910195e6.tar.bz2 |
[libc++] Fix feature test macro for __cpp_lib_to_chars
We would have been defining it in <utility> instead of <charconv>. For
the time being, this doesn't change anything since we don't implement
the feature test macro anyways.
Also, as a fly-by, this removes obsolete feature test macro tests. There
was a brief time back in the days when we wrote feature test macro tests
manually. In particular, we had test files for __cpp_lib_to_chars and
__cpp_lib_memory_resource. Since we now have a principled way of generating
these tests with scripts, this commit removes the obsolete (and empty)
tests for these two feature test macros.
Differential Revision: https://reviews.llvm.org/D114243
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp')
0 files changed, 0 insertions, 0 deletions