[all-commits] [llvm/llvm-project] 4b5baa: Handle 128-bits IntegerLiterals in StmtPrinter
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Thu Mar 25 14:28:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b5baa5b8244778b0e7253cdb98924c3dab611b7
https://github.com/llvm/llvm-project/commit/4b5baa5b8244778b0e7253cdb98924c3dab611b7
Author: David Stone <davidfromonline at gmail.com>
Date: 2021-03-25 (Thu, 25 Mar 2021)
Changed paths:
M clang/lib/AST/StmtPrinter.cpp
A clang/test/AST/ast-print-int128.cpp
Log Message:
-----------
Handle 128-bits IntegerLiterals in StmtPrinter
This fixes PR35677: "int128_t or uint128_t as non-type template
parameter causes crash when considering invalid constructor".
More information about the All-commits
mailing list