[all-commits] [llvm/llvm-project] a5c7b4: Fix checking for C++98 ICEs in C++11-and-later mod...
Richard Smith via All-commits
all-commits at lists.llvm.org
Mon Oct 26 17:00:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a5c7b46862ec0531964eb52329cdf009862abecf
https://github.com/llvm/llvm-project/commit/a5c7b46862ec0531964eb52329cdf009862abecf
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-10-26 (Mon, 26 Oct 2020)
Changed paths:
M clang/lib/AST/ExprConstant.cpp
M clang/test/SemaCXX/MicrosoftCompatibility.cpp
Log Message:
-----------
Fix checking for C++98 ICEs in C++11-and-later mode to not consider use
of a reference to be acceptable.
More information about the All-commits
mailing list