[all-commits] [llvm/llvm-project] bd1bb8: [Clang] define __cpp_named_character_escapes
Roy Jacobson via All-commits
all-commits at lists.llvm.org
Fri Sep 30 01:13:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bd1bb8cd42548d5e50e84f52a5098eec1ee92c98
https://github.com/llvm/llvm-project/commit/bd1bb8cd42548d5e50e84f52a5098eec1ee92c98
Author: Roy Jacobson <roi.jacobson1 at gmail.com>
Date: 2022-09-30 (Fri, 30 Sep 2022)
Changed paths:
M clang/lib/Frontend/InitPreprocessor.cpp
M clang/test/Lexer/cxx-features.cpp
Log Message:
-----------
[Clang] define __cpp_named_character_escapes
Define the feature test macro for named character escapes.
I assume this was not done because it was implemented before formally accepted, right? cxx_status says the paper is implemented.
Reviewed By: cor3ntin
Differential Revision: https://reviews.llvm.org/D134898
More information about the All-commits
mailing list