[all-commits] [llvm/llvm-project] d6144c: [clang] add C++ feature test macro for P2266 simpl...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Sat Jun 26 14:05:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d6144c30fb6ae7ac15c82d512f8da7572577c2d2
https://github.com/llvm/llvm-project/commit/d6144c30fb6ae7ac15c82d512f8da7572577c2d2
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2021-06-26 (Sat, 26 Jun 2021)
Changed paths:
M clang/lib/Frontend/InitPreprocessor.cpp
M clang/test/Lexer/cxx-features.cpp
Log Message:
-----------
[clang] add C++ feature test macro for P2266 simpler implicit move
The feature was implemented in D99005, but we forgot to add the test
macro.
Reviewed By: Quuxplusone
Differential Revision: https://reviews.llvm.org/D104984
More information about the All-commits
mailing list