[all-commits] [llvm/llvm-project] 53c03a: [clang][modules] Add features for recent C++ versions
Jonas Hahnfeld via All-commits
all-commits at lists.llvm.org
Wed May 17 06:19:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53c03a3db16cd9b51476ce4b4fb1adc1b58f1ff7
https://github.com/llvm/llvm-project/commit/53c03a3db16cd9b51476ce4b4fb1adc1b58f1ff7
Author: Jonas Hahnfeld <jonas.hahnfeld at cern.ch>
Date: 2023-05-17 (Wed, 17 May 2023)
Changed paths:
M clang/docs/Modules.rst
M clang/docs/ReleaseNotes.rst
M clang/lib/Basic/Module.cpp
M clang/test/Modules/Inputs/DependsOnModule.framework/module.map
M clang/test/Modules/requires.m
Log Message:
-----------
[clang][modules] Add features for recent C++ versions
Add cplusplus20, cplusplus23, and cplusplus26 (but don't document
the latter, following the current policy).
Differential Revision: https://reviews.llvm.org/D150773
More information about the All-commits
mailing list