aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorMarek Kurdej <marek.kurdej@gmail.com>2020-12-11 08:31:04 +0100
committerMarek Kurdej <marek.kurdej@gmail.com>2020-12-11 08:31:59 +0100
commitda97d12cc05a2474cd893b996c0d789f766d97b8 (patch)
treee318a55f4704eb5a7caa6ffe19ced5a2604805a3 /clang/lib/Frontend/CompilerInvocation.cpp
parent86abc9a1192ba0e8fc9b0756d673a78a6fc13001 (diff)
downloadllvm-da97d12cc05a2474cd893b996c0d789f766d97b8.zip
llvm-da97d12cc05a2474cd893b996c0d789f766d97b8.tar.gz
llvm-da97d12cc05a2474cd893b996c0d789f766d97b8.tar.bz2
[libc++] Remove invalid use of `#if _LIBCPP_STD_VER >= 11`, as `_LIBCPP_STD_VER` can never be less than 11.
The relevant part of `__config` is: ``` #ifndef _LIBCPP_STD_VER # if __cplusplus <= 201103L # define _LIBCPP_STD_VER 11 ``` Reviewed By: ldionne, #libc Differential Revision: https://reviews.llvm.org/D93025
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions