[all-commits] [llvm/llvm-project] a3a7d6: [clang] Support fixed point types in C++ (#67750)
PiJoules via All-commits
all-commits at lists.llvm.org
Fri Sep 29 13:57:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3a7d6318027bb86e6614c022e77e0bd81aef6dc
https://github.com/llvm/llvm-project/commit/a3a7d6318027bb86e6614c022e77e0bd81aef6dc
Author: PiJoules <6019989+PiJoules at users.noreply.github.com>
Date: 2023-09-29 (Fri, 29 Sep 2023)
Changed paths:
M clang/include/clang/Basic/TokenKinds.def
M clang/include/clang/Driver/Options.td
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/Parse/ParseExpr.cpp
M clang/lib/Parse/ParseExprCXX.cpp
M clang/lib/Parse/ParseTentative.cpp
A clang/test/CodeGenCXX/fixed-point-mangle.cpp
M clang/test/Frontend/fixed_point_errors.cpp
Log Message:
-----------
[clang] Support fixed point types in C++ (#67750)
This initially just adds support for mangling.
More information about the All-commits
mailing list